Always Return one Row in Oracle SQL

SELECT Min(FIELD) FIELD
FROM SOME_TABLE
WHERE FIELD = 'X'

0 comments: