我想用模糊查询一个表中的name字段内容该怎么写呢
值是从txtName中得到的
OleDbCommand cmd=new OleDbCommand("select * from pick where name %"+txtName);
不知道该怎么写了,写的迷迷糊糊的