Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想做这样的事情:CREATE VIEW test AS {{SelectGND.query}}
CREATE VIEW test AS {{SelectGND.query}}
但我收到消息:
““$1”处或附近的语法错误”
我知道准备好的消息有问题,但我不想禁用准备好的消息阻止,你知道有什么方法吗?