I need to filter an DB, but my selection is too big for the DBeaver that i'm using. Is it possible to make it different?
CustomersAffected IS NULL
AND Node NOT LIKE 'CTA%'
AND Node NOT LIKE 'OCO%'
AND Node NOT LIKE 'SJC%'
AND Node NOT LIKE 'MUA%'
AND Summary NOT LIKE 'Device Not%'
AND Summary NOT LIKE 'Wireless%'
AND Description NOT LIKE 'CLI%'