Re: select on multiple fields in several tables?

2007-02-05 Thread Brent Baisley
, February 04, 2007 11:58 AM Subject: Re: select on multiple fields in several tables? boll wrote: Hello- I'm working with an unfamiliar application, trying to figure out where my data is going. Is it possible to form a query to select from all the columns in several tables at once? Something

select on multiple fields in several tables?

2007-02-04 Thread boll
Hello- I'm working with an unfamiliar application, trying to figure out where my data is going. Is it possible to form a query to select from all the columns in several tables at once? Something equivalent to: SELECT FROM * WHERE * = 'john smith'; If that's not possible I'd still like to

Re: select on multiple fields in several tables?

2007-02-04 Thread Ryan Stille
boll wrote: Hello- I'm working with an unfamiliar application, trying to figure out where my data is going. Is it possible to form a query to select from all the columns in several tables at once? Something equivalent to: SELECT FROM * WHERE * = 'john smith'; If that's not possible I'd

Re: select on multiple fields in several tables?

2007-02-04 Thread boll
Ryan Stille wrote: boll wrote: Hello- I'm working with an unfamiliar application, trying to figure out where my data is going. Is it possible to form a query to select from all the columns in several tables at once? Something equivalent to: SELECT FROM * WHERE * = 'john smith'; If

Re: select on multiple fields in several tables?

2007-02-04 Thread ViSolve DB Team
ViSolve DB Team. - Original Message - From: boll [EMAIL PROTECTED] To: MySQL General Mailing List mysql@lists.mysql.com Sent: Sunday, February 04, 2007 10:06 PM Subject: select on multiple fields in several tables? Hello- I'm working with an unfamiliar application, trying to figure out