Skip to content

Instantly share code, notes, and snippets.

View edharkhimich's full-sized avatar

Khimich Edhar edharkhimich

View GitHub Profile
select * from people
where age > 25
select * from people
where age > 25 and age < 45
select * from flats
where floor == 1
select * from flats