Data from two tables without repeating data from the first?
Posted
by Aran
on Stack Overflow
See other posts from Stack Overflow
or by Aran
Published on 2010-04-21T22:14:16Z
Indexed on
2010/04/21
22:23 UTC
Read the original article
Hit count: 167
mysql
|mysql-query
I have two tables.
Users table and Users Meta Table
I am looking for a way to get all the information out of both tables with one query. But without repeating the information from Users table.
This is all information relating to the users id number as well. So for example user_id = 1.
Is there a way to query the database and collect all the information I from both tables without repeating the information from the first?
© Stack Overflow or respective owner