mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-02-16 18:52:06 +00:00
Update data access layer, begin acquiring raw data
This commit is contained in:
@@ -13,11 +13,11 @@ BEGIN
|
||||
Countries(CountryName, Alpha2)
|
||||
AS
|
||||
(
|
||||
SELECT 'Canada', 'CA'
|
||||
UNION ALL
|
||||
SELECT 'Mexico', 'MX'
|
||||
UNION ALL
|
||||
SELECT 'United States', 'US'
|
||||
SELECT 'Canada', 'CA'
|
||||
UNION ALL
|
||||
SELECT 'Mexico', 'MX'
|
||||
UNION ALL
|
||||
SELECT 'United States', 'US'
|
||||
)
|
||||
INSERT INTO dbo.Country
|
||||
(CountryName, ISO3616_1)
|
||||
|
||||
Reference in New Issue
Block a user