Subject | can I make this subselect? |
---|---|
Author | ronaldorezende |
Post date | 2003-05-26T13:43:51Z |
This is valid? or I must create a stored procedure just to return the
subselect? (this is just example, not my real problem).
SELECT NAME FROM (SELECT * FROM CUSTOMER) ORDER BY NAME DESC
subselect? (this is just example, not my real problem).
SELECT NAME FROM (SELECT * FROM CUSTOMER) ORDER BY NAME DESC