I have 2 MySql tables. How to get not all data from them in 1 sql query?

Posted by Ole Jak on Stack Overflow See other posts from Stack Overflow or by Ole Jak
Published on 2010-05-07T19:52:10Z Indexed on 2010/05/07 19:58 UTC
Read the original article Hit count: 115

Filed under:
|
|
|

I have 2 MySql tables. users with id's and username's ; streams with userId's and streamId's How to get them as / join them into one table conteining only username | streamId as SQL response? With one SQL query.

© Stack Overflow or respective owner

Related posts about php

Related posts about mysql