是怎样写
table1.filter:='"type"="出口" and  "matou"="庙头"';
  table2.filter:='"type"="出口" and  "matou"="集通"';
  table3.filter:='"type"="出口" and  "matou"="广裕"';
还是怎样写;
table1.filter:='type="出口" and  matou="庙头"';
table2.filter:='type="出口" and  matou="集通"';
table3.filter:='type="出口" and  matou="广裕"'
都能编译但运行产生异常