select * from table1 where jitaibianhao like '%” + 编辑框1.内容 + “%'”
OR jitaibianhao like '%” + 编辑框2.内容 + “%'” //或
AND jitaibianhao like '%” + 编辑框2.内容 + “%'” //且
排序 结尾加
order by jitaibianhao desc 降序
order by jitaibianhao asc 升序