Content deleted Content added
Importing Wikidata short description: "SQL statement that returns a result set of records from one or more tables" (Shortdesc helper) |
m →Other simple method (a little more efficient than read all rows): lang="postgresql" |
||
Line 378:
|-
|
<syntaxhighlight lang="
from {table}
order by {unique_key}
|