如图:
比如我要查询全部字段中有无字符'a'
只能这么写吗:
select * from table1 where accession='a' or gi='a' or pdb='a' or .....
有没有简便点的写法,如果字段较多,岂不是要写很长。
谢谢!