select
GROUP_CONCAT(CONCAT('i.',COLUMN_NAME,''))
from
(
select COLUMN_NAME from information_schema.COLUMNS where table_name = 'inventorycheck' and table_schema = 'hystorage'
)t

相关文章:

  • 2021-11-09
  • 2021-11-07
  • 2021-05-19
  • 2021-11-16
  • 2021-11-12
  • 2022-12-23
  • 2022-12-23
  • 2021-06-12
猜你喜欢
  • 2021-11-10
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-28
  • 2022-12-23
相关资源
相似解决方案