Forum Moderators: coopster
I am using Mysql Database.
1)I have two tables named A and B
2)in Table A i have few fields like username,dob,city,country,resume,level
3) On table B I have fields like username,title,description
Now! What i want is:
I have to select username,title,description from table B and dob,city,country from Table A where username is same in two tables and title and decription should not be empty in table B and it should be order by level (from table A)
I am really stuck:(
Help me please.
Regards