Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

order by desc psql

SELECT
	select_list
FROM
	table_name
ORDER BY
	sort_expression1 [ASC | DESC],
        ...
	sort_expressionN [ASC | DESC];
Source by www.postgresqltutorial.com #
 
PREVIOUS NEXT
Tagged: #order #desc #psql
ADD COMMENT
Topic
Name
4+7 =