Forum Moderators: open
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
I've assumed your 2 tables are called something a bit more meaningful than "A" and "B" and have aliased them as A,B in the query.