|
|
 |
Re: FN-FORUM: PHP/MySQL question
date posted 10th August 2003 16:07
Nope. Still get the parsing error.
(Curiously, the MySQL website doesn't indicate that *what* needs to be
mentioned.)
Thanks though,
John
----- Original Message -----
From: "Tony Crockford" [EMAIL REMOVED]
To: [EMAIL REMOVED]
Sent: Sunday, August 10, 2003 4:24 PM
Subject: RE: FN-FORUM: PHP/MySQL question
>
>
> > >CREATE TABLE T_Temp SELECT FROM T_Members;
> >
> > T_Members exists in the database, and I'm pretty certain of
> > the syntax.
>
>
> Select *what* from T_Members?
>
> I'd say that's the problem.
>
> try CREATE TABLE T_Temp SELECT * FROM T_Members;
>
> if that's what you want (all of it).
>
> HTH
>
> Tony
>
> ==========
> fido.net are pleased to sponsor these Freelancers messages. For all
> your web hosting needs check out http://www.fido.net/ with hosting
> packages starting from just £46.95 a year including VAT.
> Free 0871 Fax2Email numbers also available online!
> http://www.fido.net/ - the internet made simple! - 0800 1072 666
>
> To advertise here: http://www.freelancers.net/advertising.html
>
> |
 |
|