Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ca70913

Browse files
authored
Merge pull request #4 from mrzzzrm/mv_AT_at
Adjust some aliases from upper to lower case
2 parents 88c00a1 + 60968e4 commit ca70913

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

15a.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
SELECT MIN(mi.info) AS release_date,
22
MIN(t.title) AS internet_movie
3-
FROM aka_title AS AT,
3+
FROM aka_title AS at,
44
company_name AS cn,
55
company_type AS ct,
66
info_type AS it1,

15b.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
SELECT MIN(mi.info) AS release_date,
22
MIN(t.title) AS youtube_movie
3-
FROM aka_title AS AT,
3+
FROM aka_title AS at,
44
company_name AS cn,
55
company_type AS ct,
66
info_type AS it1,

15c.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
SELECT MIN(mi.info) AS release_date,
22
MIN(t.title) AS modern_american_internet_movie
3-
FROM aka_title AS AT,
3+
FROM aka_title AS at,
44
company_name AS cn,
55
company_type AS ct,
66
info_type AS it1,

15d.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
SELECT MIN(at.title) AS aka_title,
22
MIN(t.title) AS internet_movie_title
3-
FROM aka_title AS AT,
3+
FROM aka_title AS at,
44
company_name AS cn,
55
company_type AS ct,
66
info_type AS it1,

0 commit comments

Comments
 (0)