MySQL Select distinct values across multiple tables..

Posted by PoorCoder on Stack Overflow See other posts from Stack Overflow or by PoorCoder
Published on 2010-05-06T07:36:36Z Indexed on 2010/05/06 7:38 UTC
Read the original article Hit count: 191

Filed under:
|
|

I have two tables:

table_1
uid | xid | name

table_2
uid | elements | time

I want to select xid, elements and time where time is the least and uid (or xid) is distinct.

© Stack Overflow or respective owner

Related posts about mysql

Related posts about select