Skip to content

Commit

Permalink
Rename WHERE/WHERE_Clause.sql to AGGREGATE_Functions/WHERE/WHERE_Clau…
Browse files Browse the repository at this point in the history
…se.sql
  • Loading branch information
Sshashank0743 authored Sep 27, 2022
1 parent 91ddd19 commit ed36ce0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ WHERE City LIKE 's%';
"IN To specify multiple possible values for a column"

SELECT * FROM Customers
WHERE City IN ('Paris','London');
WHERE City IN ('Paris','London');

0 comments on commit ed36ce0

Please sign in to comment.