Home
Random
Nearby
Log in
Settings
Donate Now
If Wikipedia is useful to you, please give today.
About Wikipedia
Disclaimers
Search
Condition (SQL): Difference between revisions
Article
Talk
Language
Watch
View history
Edit
Browse history interactively
Next edit →
Content deleted
Content added
Visual
Wikitext
Revision as of 23:13, 10 March 2006
edit
Xaje
(
talk
|
contribs
)
270
edits
No edit summary
Revision as of 23:14, 10 March 2006
edit
undo
Xaje
(
talk
|
contribs
)
270
edits
m
→
Examples
Next edit →
Line 3:
== Examples ==
To '''<tt>
select
SELECT
</tt>''' 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