DEV Community

Astrid
Astrid

Posted on • Originally published at developerastrid.com

How to use SQL WHERE to filter the returned data

This article describes how to use the SQL WHERE clause to specify search criteria to filter the returned data. It also introduces how to check for equality, inequality, greater than, less than, range of values, and NULL values.

Link to the original article:https://www.developerastrid.com/en/sql/sql-where/

Top comments (0)