What is the default column name given to a TABLE() type with a single column
0
votes
1
answer
538
views
CREATE OR REPLACE TYPE MISSING_KEYS AS TABLE OF VARCHAR2(256);
SELECT [¿what goes here?] as missing_key
FROM TABLE (MISSING_KEYS('A','B','C','D'))
### What is the default column name that should be in [¿what goes here?]
in the above example?
Asked by user68575
Sep 19, 2019, 04:35 PM
Last activity: Sep 1, 2024, 10:05 PM
Last activity: Sep 1, 2024, 10:05 PM