MySQL Forums
Forum List  »  PHP

Re: UPDATE: I've tried "UNION SELECT" and it's getting warmer
Posted by: Barry Galbraith
Date: March 05, 2012 03:57PM

Show us the tables you are trying to get data from.

mysql>SHOW CREATE table1 \G
mysql>SHOW CREATE table2 \G  &c

Some INSERTs for some representative data.

The query you are trying to run.

The way you want the output to be.

Put all your code between [ code ] and [ /code ] tags (without the spaces in the tags)

Good luck,
Barry.

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.