06-15-2009, 04:20 PM
|
#3 (permalink)
|
|
The Wanderer
Join Date: Jun 2009
Location: Dubai, UAE
Posts: 23
Thanks: 2
|
Quote:
Originally Posted by Wildhoney
You can use the AS keyword for that.
sql Code:
SELECT myTable1.id AS myTable1_Id, myTable2.id AS myTable2_Id FROM ...
Please let me know if that makes sense. If not, I will explain much better  !
|
thank's for your reply but you have to explain me because i have already try with same query
|
|
|