1 select utc.COLUMN_ID,utc.TABLE_NAME,utc.COLUMN_NAME,utc.DATA_TYPE||utc.DATA_LENGTH,utc.DATA_DEFAULT,utc.NULLABLE from user_tab_columns utc where table_name = upper('t_alert') order by utc.COLUMN_ID;
2 
3 select table_name from user_tables; 

 

相关文章:

  • 2022-12-23
  • 2022-01-04
  • 2022-12-23
  • 2021-05-09
  • 2021-09-09
  • 2022-02-22
  • 2022-12-23
  • 2021-05-31
猜你喜欢
  • 2021-12-19
  • 2022-12-23
  • 2021-06-02
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-29
相关资源
相似解决方案