List of values management
Last updated
Was this helpful?
Was this helpful?
--Countries
Select 'USA' as Country
Union all
Select 'Spain' as Country
--Cities
Select 'USA' as Country, 1 as CityId, 'Chicago - IL' as City
Union all
Select 'USA' as Country, 2 as CityId, 'Austin - TX' as City
Union all
Select 'Spain' as Country, 3 as CityId, 'Barcelona' as City
Union all
Select 'Spain' as Country, 4 as CityId, 'Malaga' as City