怎么可能?
我发现它存在检查列
mylib.index()
并将该列添加到另一列之后
(
SELECT 1 FROM Information_schema.columns
WHERE table_schema = 'db'
AND table_name = 'table'
AND column_name = 'the other column'
)
答案 0 :(得分:2)
给出表所在的数据库的名称:-
instanceof
它对我有用,请尝试一下,让我知道它在哪里失败