On Mon, July 10, 2006 2:14 am, Larry Garfield wrote:
> It is slightly more complicated than that, since if the value is
> numeric and
> going into a numeric field, then it's not supposed to be quoted.
> (MySQL
> generally doesn't care, but some other databases may; I'm not
> certain.)

AFAIK, MySQL is the ONLY SQL database to let you get away with putting
such bogosity as adding apostrophes and/or quotes around integer and
float values.

All the rest are gonna bitch up a storm if you do that.

:-)

-- 
Like Music?
http://l-i-e.com/artists.htm

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to