}
if ( defined $ifnull ) {
$column = "IFNULL($column, ?)";
$column = "COALESCE($column, ?)";
if (ref $query eq 'ARRAY') {
-