Skip to content

Commit ea06994

Browse files
authored
Update script.sql
1 parent 9b4e11d commit ea06994

File tree

1 file changed

+1
-1
lines changed
  • src.save/main/java/g1701_1800/s1757_recyclable_and_low_fat_products

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Write your MySQL query statement below
22
# #Easy #Database #SQL_I_Day_1_Select #2022_05_03_Time_475_ms_(71.54%)_Space_0B_(100.00%)
3-
select product_id from Products
3+
select product_id from Products
44
where low_fats='Y' and recyclable='Y'

0 commit comments

Comments
 (0)