This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
select * from people | |
where age > 25 | |
select * from people | |
where age > 25 and age < 45 | |
select * from flats | |
where floor == 1 | |
select * from flats |