Skip to content

Commit 3133219

Browse files
committed
syntax error
1 parent b623ff4 commit 3133219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

0. Select, where, in, or, between.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
-- SELECT (used to fetch)
44
select * from Table; -- it will select everything from the table.
55

6-
-- (they can we executed without FROM keyword.)
6+
-- (they can be executed without FROM keyword.)
77
select 55 + 11 -- it will add and show in dummy table.
88
select now(); -- it will fetch the server time.
99
select lcase("NIkhIL") -- output (nikhil)

0 commit comments

Comments
 (0)