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.
我正在尝试卸载 Sybase ASA 9 的架构,它一直持续到 90% +,但是在创建触发器时它给了我一个错误:
adjusted_amount没有找到
adjusted_amount
它没有告诉我哪个触发器正在引用此列。有什么方法可以找到引用此列的触发器吗?
你可以试试:
select trigger_defn from sys.systrigger where trigger_defn like '%adjusted_amount%'
我刚开始使用 CL,我在 Windows XP64 中使用 CCL+Slime 和 Emacs v24。我遇到以下问题:
如果我在 REPL 中输入这三个表达式,我会得到预期的结果,一个包含文本“Something”的文件:
(defparameter *file-out* (open "e:/test.txt"