可以执行sql语句:
select * from information_schema.columns where table_name = '待确定字段所在的表名' and column_name = '待确定字段名',如果查询出结果,就说明某张表中该字段已经存在