* Osnat Rabi
> My table has 3 columns: id, name, timestamp.
> 
> When I use the MySQL command line client,
>       (a) insert into table values(1,'xxx') fails for 
> insufficient number of values.

I don't know if this will help you, but this is valid:

  insert into table set id=1, name='xxx';

-- 
Roger

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to