Skip to content

Commit

Permalink
Create 2604.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasPLopes authored Oct 25, 2018
1 parent f3355bf commit 761b1ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SQL/2604.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
--2604 - Menores que 10 ou Maiores que 100
select id, name from products where price <10 or price > 100;

0 comments on commit 761b1ad

Please sign in to comment.