Operation Details |
Description: | To retrieve the country code of the address. |
Sterotype: | ns |
SQL |
SELECT a.countryCode INTO :countryCode FROM Address a WHERE a.addressID = :addressID |
Operation Details |
Description: | To retrieve the country code of the address. |
Sterotype: | ns |
SQL |
SELECT a.countryCode INTO :countryCode FROM Address a WHERE a.addressID = :addressID |