Open roxton001 opened 10 years ago
Is it possible to insert a null value using a client exec function?
Example:
$obj->exec("INSERT INTO cf1(key, value) VALUES(:key, :value)", {key => 1, value => NULL?? });
thx
Is it possible to insert a null value using a client exec function?
Example:
$obj->exec("INSERT INTO cf1(key, value) VALUES(:key, :value)", {key => 1, value => NULL?? });
thx