Speaking of Silly Questions

2001-04-06 Thread Oson, Chris M.
Good Day All, I seem to be stuck in a fog. I know the answer is probably easy Let's say I have a query: SELECT * FROM myTable; and it's stored in a file: getData Then I can do something like this... % mysql -A -uuserID -ppassword databaseName < getData and I'll see output. That's fine B

Re: Speaking of Silly Questions

2001-04-06 Thread Gerald Clark
source getData "Oson, Chris M." wrote: > > Good Day All, > > I seem to be stuck in a fog. I know the answer is probably easy > > Let's say I have a query: > > SELECT * FROM myTable; > > and it's stored in a file: > > getData > > Then I can do something like this... > > % mysql -A -uuserI