Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
maddyslayer
Yak Posting Veteran
57 Posts |
Posted - 2012-03-20 : 10:12:38
|
I need the query joining four tables. Four tables are Utility, UtilityIndustry, UtilitySubIndustry, UtilityRegStatus.Columns in Utility are Utilityid and NameColumns in Utility Industry are Industryid and UtilityidColumns in UtilitySubIndustry are Industryid, Subindustryid and RegstatusidColumns in UtilityRegStatus are Regstatusid, Subindustryid and Statustype.How do i get all the records from the table Utility with Statustype='3'? |
|
X002548
Not Just a Number
15586 Posts |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
|
|
|
|