Sir,
I have three tables. All 3 table has different fields
Table1:
c1,c2,c3
Table2:
c4,c5,c6
Table3:
c7,c8,c9
i want all column in single row
ie,my result should be like this,
c1,c2,c3,c4,c5,c6,c7,c8,c9
How to get this?
You cannot unless you have a Primary Key and Foreign Key relationship
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.