例如判断表print_bill中是否存在列BillMKID

select count(*) from user_tab_columns where table_name=upper('print_bill') and column_name=upper('BillMKID')

 

 

相关文章:

  • 2021-06-04
  • 2021-06-26
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-23
猜你喜欢
  • 2021-11-04
  • 2021-07-14
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案