Condition (SQL)
Appearance
A relational database management system uses SQL conditions in WHERE clauses to SELECT subsets of data.
Examples
To SELECT one row of data from a table tab with primary key column pk set to 100 — use the condition pk = 100:
SELECT * FROM tab WHERE pk = 100
This article has not been added to any content categories. Please help out by adding categories to it so that it can be listed with similar articles. |