Within the same database you can use the following query:
select *
from _v_odbc_columns1
where column_name like '%columnname%'
or a less Netezza specific query
select *
from information_schema.columns
where column_name like '%columnname%'
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…