Content deleted Content added
→Examples: better 2nd example |
Ira Leviton (talk | contribs) m Replaced outdated html codes with wikicodes. |
||
Line 1:
{{Refimprove|date=December 2009}}
A [[relational database management system]] uses [[SQL]] '''conditions''' or [[Expression (programming)|expressions]] in '''[[Where (SQL)|
== Types of condition ==
Line 36:
==Examples==
To '''
<syntaxhighlight lang="sql">SELECT * FROM tab WHERE pk = 100</syntaxhighlight>
|