Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 116 Bytes

File metadata and controls

5 lines (4 loc) · 116 Bytes
SELECT * FROM cinema WHERE id % 2 != 0 and description != 'boring' ORDER BY rating DESC

mysql database