|
|
 |
RE: FN-FORUM: PHP/MySQL question
date posted 10th August 2003 17:19
Non-standard mysql extension. :)
create table
Has a nasty habit of making column names such as 'count(name)'. But can
be handy at times.
Dave.
On Sun, 2003-08-10 at 17:11, Alan Sheppard wrote:
> Doesn't create table expect a data structure list of parameters not a data cursor ?
>
> Alan S
>
> On 10 August 2003 15:38, John Anderson [EMAIL REMOVED] wrote:
> >
> > I'm trying to use the CREATE [TEMPORARY] TABLE command in MySQL in a PHP
> > file, but I keep getting a parsing error.
> >
> > >CREATE TABLE T_Temp SELECT FROM T_Members;
> >
>
>
> ==========
> 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
>
> |
 |
|