We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b623ff4 commit 3133219Copy full SHA for 3133219
0. Select, where, in, or, between.sql
@@ -3,7 +3,7 @@
3
-- SELECT (used to fetch)
4
select * from Table; -- it will select everything from the table.
5
6
--- (they can we executed without FROM keyword.)
+-- (they can be executed without FROM keyword.)
7
select 55 + 11 -- it will add and show in dummy table.
8
select now(); -- it will fetch the server time.
9
select lcase("NIkhIL") -- output (nikhil)
0 commit comments