Skip to content

Commit

Permalink
fixing use of * operator to merge tables (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
laiyi-ohlsen authored Nov 21, 2023
1 parent 2518b23 commit 7dc7ee5
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion views/statistics/v0_cities.sql
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SELECT * FROM `mlab-oti.statistics.cities_*`
SELECT * FROM `mlab-oti.statistics.cities_2*`
2 changes: 1 addition & 1 deletion views/statistics/v0_cities_asn.sql
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SELECT * FROM `mlab-oti.statistics.cities_asn_*`
SELECT * FROM `mlab-oti.statistics.cities_asn_2*`
2 changes: 1 addition & 1 deletion views/statistics/v0_continents.sql
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SELECT * FROM `mlab-oti.statistics.continents_*`
SELECT * FROM `mlab-oti.statistics.continents_2*`
2 changes: 1 addition & 1 deletion views/statistics/v0_continents_asn.sql
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SELECT * FROM `mlab-oti.statistics.continents_asn_*`
SELECT * FROM `mlab-oti.statistics.continents_asn_2*`
2 changes: 1 addition & 1 deletion views/statistics/v0_countries.sql
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SELECT * FROM `mlab-oti.statistics.countries_*`
SELECT * FROM `mlab-oti.statistics.countries_2*`
2 changes: 1 addition & 1 deletion views/statistics/v0_countries_asn.sql
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SELECT * FROM `mlab-oti.statistics.countries_asn_*`
SELECT * FROM `mlab-oti.statistics.countries_asn_2*`
2 changes: 1 addition & 1 deletion views/statistics/v0_global_asn.sql
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SELECT * FROM `mlab-oti.statistics.global_asn_*`
SELECT * FROM `mlab-oti.statistics.global_asn_2*`
2 changes: 1 addition & 1 deletion views/statistics/v0_regions.sql
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SELECT * FROM `mlab-oti.statistics.regions_*`
SELECT * FROM `mlab-oti.statistics.regions_2*`
2 changes: 1 addition & 1 deletion views/statistics/v0_regions_asn.sql
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SELECT * FROM `mlab-oti.statistics.regions_asn_*`
SELECT * FROM `mlab-oti.statistics.regions_asn_2*`
2 changes: 1 addition & 1 deletion views/statistics/v0_us_counties.sql
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SELECT * FROM `mlab-oti.statistics.us_counties_*`
SELECT * FROM `mlab-oti.statistics.us_counties_2*`
2 changes: 1 addition & 1 deletion views/statistics/v0_us_counties_asn.sql
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SELECT * FROM `mlab-oti.statistics.us_counties_asn_*`
SELECT * FROM `mlab-oti.statistics.us_counties_asn_2*`
2 changes: 1 addition & 1 deletion views/statistics/v0_us_states.sql
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SELECT * FROM `mlab-oti.statistics.us_states_*`
SELECT * FROM `mlab-oti.statistics.us_states_2*`
2 changes: 1 addition & 1 deletion views/statistics/v0_us_states_asn.sql
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SELECT * FROM `mlab-oti.statistics.us_states_asn_*`
SELECT * FROM `mlab-oti.statistics.us_states_asn_2*`

0 comments on commit 7dc7ee5

Please sign in to comment.