Re: null is not null On May 21, 5:17*pm, Captain Paralytic <paul_laut...@yahoo.com> wrote:
> Please export the CREATE TABLE statement and a sample of the data (as
> an INSERT statement) which includes this record and post it here.
Thanks, Captain Paralytic. From the export, it looks like an empty
string:
CREATE TABLE `movie` (
`id` bigint(20) unsigned NOT NULL auto_increment,
`user_id` int(11) NOT NULL default '0',
`domain_id` varchar(20) NOT NULL default '',
`title` varchar(50) default '',
...
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
INSERT INTO `movie` VALUES (53248,131012,'804','','','<xml...
~rvr |