First Draft
First Draft of the Example Files
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
SELECT author,title FROM classics WHERE
|
||||
author LIKE "Charles%" AND author LIKE "%Darwin";
|
||||
SELECT author,title FROM classics WHERE
|
||||
author LIKE "%Mark Twain%" OR author LIKE "%Samuel Langhorne Clemens%";
|
||||
SELECT author,title FROM classics WHERE
|
||||
author LIKE "Charles%" AND author NOT LIKE "%Darwin";
|
||||
Reference in New Issue
Block a user