ORDER BY子句在PostgreSQL文档中描述为:
ORDER BY expression [ ASC | DESC | USING operator ] [ NULLS { FIRST | LAST } ] [, ...]
有人可以给我一些例子如何使用USING operator?是否可以获得结果集的交替顺序?
USING operator
sql postgresql sql-order-by
postgresql ×1
sql ×1
sql-order-by ×1