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
&
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
;
>
> -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
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
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,