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 バージョン 12.5 で、トリガーが起動されたとき、またはヘルプが使用されたときに確認する必要があります。
printトリガーで使用できます:
print
create trigger trigger_name on table_name for insert print "I'm working"