sql:where
Differences
This shows you the differences between two versions of the page.
sql:where [2022/07/08 08:58] – created 185.92.25.28 | sql:where [2022/07/08 08:58] (current) – 185.92.25.28 | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== SQL - WHERE ====== | ====== SQL - WHERE ====== | ||
+ | |||
+ | ===== Filter data from a table ===== | ||
+ | |||
+ | <code sql> | ||
+ | SELECT fname, lname FROM Students | ||
+ | WHERE rollno > 1234; | ||
+ | </ | ||
sql/where.1657270697.txt.gz · Last modified: 2022/07/08 08:58 by 185.92.25.28