SELECT 'J.' || COLUMN_NAME || ','
FROM USER_TAB_COLS
WHERE TABLE_NAME = UPPER ( :TABLE_NAME)
ORDER BY COLUMN_ID;
FROM USER_TAB_COLS
WHERE TABLE_NAME = UPPER ( :TABLE_NAME)
ORDER BY COLUMN_ID;
1️⃣ Enable Insert in the Interactive Grid IG → Attributes Edit → Allowed Add Row → Yes 2️⃣ Add a New Column (Icon column) Column...