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

posted on 2020-09-27 16:18  不知勿言  阅读(908)  评论(0)    收藏  举报