|
Posted by "adolfas" on 07/12/05 09:42
Hi,
I have a line:
$sql="select u.*, p.name_lt as pareiga from nese_users u left join
nese_pareigos p on p.id=u.pareiga order by data desc";
As I understand there are 2 tables: nese_users and nese_pareigos
I need to know what atributes belong to what table form that line.
Thanks
Navigation:
[Reply to this message]
|