with Queryserver1 do
  begin
    close;
    sql.Clear;
    sql.Add('select * from yhdmbiao where yhname='''+edit2.text+'''');
    open;
  end;
在这句中我想实现模糊查询,不过我没办法加%到查询语句中,求各位给个办法