NetSuite Development Notes
Thursday, January 10, 2019
Set Order of Results Query in ODBC Based on Specific Column
To set the order of the results based on a specific column, users can use "Order By" to arrange it.
Below is a sample query that sets the order of the results based on the customers' company name.
SELECT * FROM CUSTOMERS ORDER BY COMPANYNAME
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment