Trigger to fire only if a condition is met in SQL Server

后端 未结 7 951
夕颜
夕颜 2020-12-03 07:14

I hope this is a simple enough question for any SQL people out there...

We have a table which hold system configuration data, and this is tied to a history table via

7条回答
  •  醉酒成梦
    2020-12-03 07:27

    Using LIKE will give you options for defining what the rest of the string should look like, but if the rule is just starts with 'NoHist_' it doesn't really matter.

提交回复
热议问题