Link to home
Start Free TrialLog in
Avatar of HKFuey
HKFueyFlag for United Kingdom of Great Britain and Northern Ireland

asked on

SQL Trigger Syntax

I have a table and I want to create a trigger when one particular field is updated.

The table name is 'ApSupplier' and the field name is 'BankAccount'.

When the field is changed i would like to send an email (I know how to do this bit) can anyone help with the syntax?
ASKER CERTIFIED SOLUTION
Avatar of tigin44
tigin44
Flag of Türkiye image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of HKFuey

ASKER

Thanks, I want some additional info but will ask another question.