Re: Error when trying to add DEFAULT Value to NEW column
require($_SERVER['DOCUMENT_ROOT']."/includes/top_config.php");
?>
Re: Error when trying to add DEFAULT Value to NEW column
|
Ok, This was me. When
I looked at the SQL statement to trace problem, I (sheepishly) used the wrong
quotes !
Oh good - I was scratching my head trying to track that
one down!
Can the single
quotes be added automatically if they are not supplied?
Not really, because it's difficult
to know if they are required or not, especially if custom datatypes are used, or
the default is actually an _expression_.
Regards,. Dave.
|
Home |
Main Index |
Thread Index