SELECT @rownum:=@rownum+1 AS rownum, table_name.*
FROM (SELECT @rownum:=0) r, table_name
 
 
select COLUMN_NAME,COLUMN_COMMENT,DATA_TYPE,IS_NULLABLE from information_schema.columns
where table_schema = 'HZ_ZJJ'
and table_name = 'ZJJ_T_ZZJGDMXX' ;

相关文章:

  • 2022-12-23
  • 2021-12-18
  • 2022-01-15
  • 2022-01-18
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-08-19
  • 2022-12-23
  • 2022-12-23
  • 2023-01-12
  • 2022-01-24
  • 2021-08-23
  • 2022-12-23
相关资源
相似解决方案