SHOW:
|
|
- or go back to the newest paste.
1 | - | SELECT title |
1 | + | SELECT name |
2 | - | FROM movie |
2 | + | FROM track |
3 | - | WHERE (rental_rate < 2 |
3 | + | WHERE (milliseconds > 300000 |
4 | - | OR rating <> 'PG-13') |
4 | + | AND composer LIKE '%Bono%' |
5 | - | AND description LIKE '%Mexico%'; |
5 | + | AND genre_id IN (7, 8, 9, 10)) |
6 | OR bytes > 1000000000; |