Hi every1,
I have a Table joining problem. Please help me to do this Query.
I have 4 table and each table have 3 columns each. All Tables have ID as their
primary key.
Here's the table names and columns (a, b , c are column names)
Tab1 - ID, a, b
Tab2 - ID, c, d
Tab3 - ID, e, f
Tab4 - ID, g, h
I need to change the order of columns in retrieved data should this order
ID, a, h, c,g,b,d, e, f
Can Order by statement can be use with Table joining?
I can join 2 tables but, I need to join all 4. Not only that I need the exact order (not the ID, a ,b, c, d, e, f, g, h order)
Using Order by is the biggest problem I have. Hope this is easy but I'm new 2 Database.
Please kindly help me to do this Query![]()