weird-sql

commit c8ff36db6134bfd333ef2333a9eeea66698dcd5b

tree

parent:
9bd38b47c9cbd21cff081ab8464de70afdb3987e

nmyk <nick.mykins@gmail.com>

2020-09-18T09:41:13-04:00

make some sql weirder

diff --git a/weird.sql b/weird.sql
index 292432cfdb6ef9421f889b170f69f02acc58df39..b11738c2223b3eee129012086dd76337d14d1503 100644
--- a/weird.sql
+++ b/weird.sql
@@ -27,5 +27,5 @@ -- what transaction?
 ROLLBACK;
 COMMIT;
 
--- select table alias instead of columns
-SELECT X FROM """" AS X;
+-- select table alias (which is same as table name) directly instead of columns
+SELECT """" FROM """" """";