On 26 Jun 2003 at 15:01, danchik wrote:

> was the field type varchar? because it seems that no default varchars
> set the NULL or (NULL) as a literal "(NULL)" not a binary 0 for some
> reason.

You're confusing various meanings of "null".  NULL in SQL has nothing 
to do with binary 0 bytes (which would be represented as '\0' in 
MySQL SQL statements).

-- 
Keith C. Ivey <[EMAIL PROTECTED]>
Tobacco Documents Online
http://tobaccodocuments.org


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to