Page 1 of 1

NULLABLE Columns

Posted: Sun Sep 29, 2024 10:23 am
by hudatolah

Code: Select all

SELECT *
FROM information_schema.COLUMNS
WHERE IS_NULLABLE = 'YES'
and TABLE_NAME like 'BMC%'
and TABLE_NAME NOT LIKE '%ARCHIVE'