Re: [PHP-DB] Re: enum !!

2001-07-16 Thread McShen
s for discussions about > PHP's ability to interface with databases. There may possibly be an SQL > beginners mailing list on egroups or someplace similar...you might find an > environment like that better than the PHP-DB list to help you with this stuff. > > Doug &

Re: [PHP-DB] Re: enum !!

2001-07-16 Thread McShen
BTW, did i insert those data correctly? here was what i type insert into test values('shen','a,c'); insert into test values('shen1','a,c'); I think they were wrong. How do i insert 2 values ? "McShen" <[EMAIL PROTECTED]> wrote in mess

Re: [PHP-DB] Re: enum !!

2001-07-16 Thread McShen
; > > -Original Message- > From: Hugh Bothwell [mailto:[EMAIL PROTECTED]] > Sent: 16 July 2001 19:21 > To: [EMAIL PROTECTED] > Subject: [PHP-DB] Re: enum !! > > > > "McShen" <[EMAIL PROTECTED]> wrote in messa

[PHP-DB] enum !!

2001-07-16 Thread McShen
how do i store multiple data in one field? i have a table like this +---+---+--+-+-+---+ | Field | Type | Null | Key | Default | Extra | +---+---+--+-+-+---+ | test | enum('a','b','c') | YES | | NUL

[PHP-DB] duplicate a table

2001-04-02 Thread McShen
how do i duplicate a table? i tried create table refer2 select * from refer; create table refer2 as select * from refer; they didn't work. my mysql version is mysql 3.22.28, -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,