I am trying to get data in one table’s column from different tables (with same name) column in one database in SQL2008.
I created one table using different tables primary key column name (e.g.- My new table looks like
Location, Customer, Service, Channel, Monthlyperiod…..those tables are already created. I am trying to get each tables column value in other table.(e.g. – existing Lacation table column value in new location table column.
Please help me. Thanks a lot in advance.
Hi In sql server You have to do this stuff with using alias names like example from ur query