Select (SQL): Difference between revisions

Content deleted Content added
Importing Wikidata short description: "SQL statement that returns a result set of records from one or more tables" (Shortdesc helper)
Line 378:
|-
|
<syntaxhighlight lang="tsqlpostgresql">select *
from {table}
order by {unique_key}