用lpad函数
lpad('&','&',12)
插入12个&
例如:
idle> select lpad('&',12,'&') from dual ;LPAD('&',12,------------&&&&&&&&&&&&
在sql语句中使用“\&”替代"&"