Select (SQL): Difference between revisions

Content deleted Content added
Limiting result rows: Oh, yes. The standard specifies it.
m html fix
Line 125:
FROM person
) AS foo
WHERE ranking &lt=; 10
</pre>