Powered By Blogger

রবিবার, ১২ জানুয়ারি, ২০২৫

Return column name from table

  SELECT 'J.' || COLUMN_NAME || ','
 FROM USER_TAB_COLS
   WHERE TABLE_NAME = UPPER ( :TABLE_NAME)
ORDER BY COLUMN_ID;

কোন মন্তব্য নেই:

একটি মন্তব্য পোস্ট করুন

Row-level “Add” icon using a virtual column (APEX-safe)

1️⃣ Enable Insert in the Interactive Grid IG → Attributes Edit → Allowed Add Row → Yes 2️⃣ Add a New Column (Icon column) Column...