Re: running sql commands from a shell

2002-01-17 Thread nod
On Thursday 17 Jan 2002 1:13 am, Mr Aaron Brandis wrote: > Hi everyone > > This is the first time I have posted to this list and I was wondering if > someone could answer my question. I know you can run commands from a > shell prompt (such as unix...) like: > > shell> mysql -e 'SELECT * FROM tabl

Re: running sql commands from a shell

2002-01-16 Thread Paul DuBois
At 11:13 +1000 1/17/02, Mr Aaron Brandis wrote: >Hi everyone > >This is the first time I have posted to this list and I was wondering if >someone could answer my question. I know you can run commands from a >shell prompt (such as unix...) like: > >shell> mysql -e 'SELECT * FROM table' database >

running sql commands from a shell

2002-01-16 Thread Mr Aaron Brandis
Hi everyone This is the first time I have posted to this list and I was wondering if someone could answer my question. I know you can run commands from a shell prompt (such as unix...) like: shell> mysql -e 'SELECT * FROM table' database for a simple select query and shell> mysqlimport --loca