select id  , tb_id  from `tb_sys_table_col` where tb_name='tb_ceshi'  and col_name='增加';----如何同时获取id  , tb_id 两个字段值 ,不要使用游标