Replies: 2 comments
-
Thank you! I will check on this.
Get Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
From: 2b4fITin ***@***.***>
Sent: Thursday, May 30, 2024 12:14:48 AM
To: smpetersgithub/AdvancedSQLPuzzles ***@***.***>
Cc: Subscribed ***@***.***>
Subject: [smpetersgithub/AdvancedSQLPuzzles] Puzzle #34 Error in Solution 3 (Discussion #39)
Seems this is wrong: 'WHERE CustomerID <> 1001 OR Amount <> 50;'
IMHO this is correct: 'WHERE CustomerID = 1001 AND Amount = 50;'
—
Reply to this email directly, view it on GitHub<#39>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ANP5G76PIS3CSA37VX5KO43ZE2YURAVCNFSM6AAAAABIQGCGOGVHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZWG42TAMJSHA>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
This has been fixed. Thank you! Please let me know of any errors that you find. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Seems this is wrong: 'WHERE CustomerID <> 1001 OR Amount <> 50;'
IMHO this is correct: 'WHERE CustomerID = 1001 AND Amount = 50;'
Beta Was this translation helpful? Give feedback.
All reactions