You can’t have LOB data types (CLOB, BLOB, BFILE) ordered. Oracle will trigger an error when you try to order on LOB fields
Same with grouping. You can’t apply GROUP BY on LOB fields. It will raise the same error.
You can’t have LOB data types (CLOB, BLOB, BFILE) ordered. Oracle will trigger an error when you try to order on LOB fields
Same with grouping. You can’t apply GROUP BY on LOB fields. It will raise the same error.