Re: Error, thanks!

2008-01-15 Thread Pastor Steve
ORDER, then put backquotes (`) around the > word ORDER when using it as a column name > > INSERT INTO sections (`order`,edit,remove,section,type) VALUES > ('blah','blah','blah','blah','blah'); > > > -Original Message- > Fr

Re: Error

2008-01-15 Thread Pastor Steve
lah')' at line 1 -- Steve M. on 1/15/08 3:06 PM Saravanan ([EMAIL PROTECTED]) wrote: > Hi, > > Post the error. > > Saravanan > > > --- On Wed, 1/16/08, Pastor Steve <[EMAIL PROTECTED]> wrote: > >> > From: Pastor Steve <[EMA

Error

2008-01-15 Thread Pastor Steve
Greetings, I am trying to enter this information into a database called cms_md, with a table called sections. INSERT INTO sections (order,edit,remove,section,type) VALUES ('blah','blah','blah','blah','blah'); I am getting an error whenever I use this. -- Steve M

Shell

2006-09-08 Thread Pastor Steve
Greetings, Does anyone know how I can set up my shell so that the mysql command works without navigating to the directory? I am using Mac OS 10.2.8 and 10.4 shell> mysql ­u name ­p ?? Thanks, -- Steve Marquez