Re: select woes

2002-01-30 Thread Gerald Clark
But you are only selecting FROM 'widgets'. I think you need to buy an introductory book on SQL. I would also suggest 'MySQL' by Paul DuBois ( published by New Riders ). George M. Ellenburg wrote: >Hello. > >If anyone has a quick moment, I would appreciate some suggestions with >regards to t

Re: select woes

2002-01-30 Thread John Cichy
You must also define the tables you want to 'look' at in the 'FROM' clause On Wednesday 30 January 2002 12:08, George M. Ellenburg wrote: > Hello. > > If anyone has a quick moment, I would appreciate some suggestions with > regards to the following select statement: > > SELECT widget_src FROM wid