Re: field name (1 and 2) causes error

2004-11-03 Thread Louie Miranda
oh, ok. thank you! On Thu, 4 Nov 2004 01:16:21 -0600, Dan Nelson <[EMAIL PROTECTED]> wrote: > In the last episode (Nov 04), Louie Miranda said: > > > > I did create a table and a fieldname of 1 and 2. when i did enter > > this query to insert on my sql, it causes error. > > > > insert into rate

Re: field name (1 and 2) causes error

2004-11-03 Thread Dan Nelson
In the last episode (Nov 04), Louie Miranda said: > I did create a table and a fieldname of 1 and 2. when i did enter > this query to insert on my sql, it causes error. > > insert into rates_fedex (weight_kg,a,b,c,d,e,f,g,h,1,2) values ** > > error: ERROR 1064: You have an error in your SQL synta

field name (1 and 2) causes error

2004-11-03 Thread Louie Miranda
I did create a table and a fieldname of 1 and 2. when i did enter this query to insert on my sql, it causes error. insert into rates_fedex (weight_kg,a,b,c,d,e,f,g,h,1,2) values ** error: ERROR 1064: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server ver