例如判断表print_bill中是否存在列BillMKID
select count(*) from user_tab_columns where table_name=upper('print_bill') and column_name=upper('BillMKID')