I have 2 MySql tables. How to get not all data from them in 1 sql query?
- by Ole Jak
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.