On Fri, Nov 21, 2003 at 11:26:57PM +0200, [EMAIL PROTECTED] wrote:
> My table is:
> CREATE TABLE `some` (
> `id` bigint(20) NOT NULL auto_increment,
> `name` varchar(100) NOT NULL default '',
> `start_date` timestamp(14) NOT NULL,
> `end_date` timestamp(14) NOT NULL,
[snip]
> And follow qu
Hi all,
Thanks for the help.
However I have additional issue with UPDATE statement :-(
I can understand what's wrong with my table/query going on, so could some one
explain me why UPDATE statemen do that strange thing...?
My table is:
CREATE TABLE `some` (
`id` bigint(20) NOT NULL auto_increme