Re: Query debugging

2003-07-18 Thread Victoria Reznichenko
"Colt Brunton" <[EMAIL PROTECTED]> wrote: > I am trying to adapt a query, (kindly) given by Rudy and I can't seem to > debug it. > > Here is the query: > CREATE TABLE Contact >(SELECT >ContactNo, >W

RE: Query debugging

2003-07-18 Thread Colt Brunton
Sorry Rudy Still no luck Can't seem to figure out what's wrong. CREATE TABLE Contact SELECT ContactNo, Work_Address, Field20,

RE: Query debugging

2003-07-18 Thread Rudy Metzger
Sorry, MySQL does not like the ( ). Try it without them :) Cheers /rudy -Original Message- From: Colt Brunton [mailto:[EMAIL PROTECTED] Sent: vrijdag 18 juli 2003 15:38 To: [EMAIL PROTECTED] Subject: Query debugging Hi all I am trying to adapt a query, (kindly) given by Rudy and I can't