roxton001

Results 1 issues of roxton001

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