SELECT 'ALTER TABLE '
|| table_name
|| ' MODIFY ( '
|| :COLUMN_NAME
|| ' NOT NULL);'
FROM user_tables
WHERE table_name IN (SELECT DISTINCT table_name
FROM user_tab_cols
WHERE column_name = :COLUMN_NAME AND NULLABLE = 'Y');
1️⃣ Enable Insert in the Interactive Grid IG → Attributes Edit → Allowed Add Row → Yes 2️⃣ Add a New Column (Icon column) Column...
কোন মন্তব্য নেই:
একটি মন্তব্য পোস্ট করুন