我希望我的数据库在每次插入新行时都显示该表。我的代码能够编译,但在我插入新行后它不显示表格。
下面是我的代码:
create trigger show_all
after insert ON Toy
for each row mode db2sql
select * from Toy