How to use SQL Triggers with the After Update on a column changing the Timestamp

后端 未结 0 570
长发绾君心
长发绾君心 2021-02-02 04:18

This is what I have so far:

create trigger UPDATE_DATE on TABLE after update on COLUMN_DATE set current_timestamp;

I know this is not correct but I am trying to fi

相关标签:
回答
  • 消灭零回复
提交回复
热议问题