project raised exception class eoleexception with message  '列名 'z%'
无效。'. process stopped.use step or run to continue.
其中导致出错的程序段
with datamodule1.adoq_pass_table do   //adoq_pass_table 是个adoquery
begin
     close;
      with sql do
      begin
        clear;
        add('select * from pass_table');    
        add('where user_name like "z%" ');  
//是这里出错,这句有错吗 
      end;
          open;
          first;
          label3.Caption:=fieldbyname('password').AsString;
end;这个错误在哪里???计算机的错误是什么意思??