Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
DISTRIBUTE ORDER BY (number)
SELECT /*++ DISTRIBUTE ORDER BY (2) */ s.name, o.id FROM staff s JOIN org o ON s.deptno = o.deptno WHERE o.division = 'EASTERN' ORDER BY s.name;
Was this page helpful?