1>select "aa" || "bb" from dual;  //错误,单引号就可以
   2>select a.name as '名字' from a;  //错误,双引号可以
    
   我有点混淆,请指教