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.
我正在尝试在vitess.io数据库中创建触发器。(分布式 MySQL)
我收到以下错误:
CREATE TRIGGER insert_guid BEFORE INSERT ON trx FOR EACH ROW SET NEW.sign = UUID(); MySQL a retourné : vtgate: http:/xxxxxx:15000/: syntax error at position 27 near 'insert_guid'
任何反馈将不胜感激。
亲切的问候,亚历克斯
您可以将这些直接应用于 mysql。