Skip to content

Commit 5f58946

Browse files
authored
Create Filtering results
1 parent 2f88746 commit 5f58946

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

SQL/Filtering results

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
In SQL, the WHERE keyword allows you to filter based on both text and numeric values in a table. There are a few different comparison operators you can use:
2+
3+
= equal
4+
<> not equal
5+
< less than
6+
> greater than
7+
<= less than or equal to
8+
>= greater than or equal to

0 commit comments

Comments
 (0)