Condition (SQL): Difference between revisions

Content deleted Content added
Xaje (talk | contribs)
No edit summary
 
Xaje (talk | contribs)
Line 3:
== Examples ==
 
To '''<tt>selectSELECT</tt>''' one row of data from a table ''tab'' with primary key column ''pk'' set to 100 &mdash; use the condition ''pk = 100'':
 
SELECT * FROM tab WHERE pk = 100