until now i used mySQL with very simple querys
so now i don't now how to understand this
u see it's from phpbb forum , pls tell me how to interpretat it.
i want to understand how to use this cross table approach .
so now i don't now how to understand this
| Code: |
| SELECT u.*, s.*
FROM phpbb_sessions s, phpbb_users u WHERE s.session_id = 'aaeb12114e4762435bad48c13a3870a9' AND u.user_id = s.session_user_id |
u see it's from phpbb forum , pls tell me how to interpretat it.
i want to understand how to use this cross table approach .
