States Covered

select distinct StateProvCode from warehouse_listing where ListingIsActive = 'y' AND trim(StateProvCode) <> "" order by StateProvCode;