[Home] [Help]
1631: IS
1632: SELECT distinct c.school_dst_name,
1633: 'SD' tax_type,
1634: substr(c_jurisdiction_code,4,5) city_code
1635: from pay_us_city_school_dsts c
1636: where c.school_dst_code = substr(c_jurisdiction_code,4,5)
1637: and c.state_code = substr(c_jurisdiction_code,1,2);
1638: -- Bug # 6117216 SD Reporting Changes END
1639: