Ad
Code
Diff
  • -- Code Here
    SELECT * FROM transactions
    where customer is NULL;
    • --- Code Here
    • -- Code Here
    • SELECT * FROM transactions
    • where customer is NULL;
Code
Diff
  • SELECT 
    * 
    FROM transactions
    WHERE store NOT IN ('BIE Store Jakarta','BIE Store Bandung')
    • -- Code Here
    • SELECT
    • *
    • FROM transactions
    • WHERE store NOT IN ('BIE Store Jakarta','BIE Store Bandung')