DBA Data[Home] [Help]

VIEW: APPS.PAY_CA_POSTAL_CODES_V

Source

View Text - Preformatted

SELECT zip_start ,zip_end ,county_code ,city_code from pay_us_zip_codes where state_code = 70
View Text - HTML Formatted

SELECT ZIP_START
, ZIP_END
, COUNTY_CODE
, CITY_CODE
FROM PAY_US_ZIP_CODES
WHERE STATE_CODE = 70