Re: [PHP] I need the command line...

2001-03-13 Thread Jack Dempsey
i'm guessing you want a create clause: CREATE TABLE foo ( id INT PRIMARY KEY NOT NULL AUTO_INCREMENT, firstname CHAR(20), age INT); you'll want to tweak this to meet your needs, but it should do the trick... jack Dhaval Desai wrote: > > Hi! > > CAn anybody give me the command line of Mysql fo

Re: [PHP] I need the command line...

2001-03-13 Thread [EMAIL PROTECTED]
select id,firstname,age from (table name); this will do Jack [EMAIL PROTECTED] "There is nothing more rewarding than reaching the goal you set for yourself" - Original Message - From: Dhaval Desai <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 14, 2001 12:05 AM Subject: