News

The Azure SQL trigger uses the SQL change tracking functionality to monitor a table for changes and triggers an Azure function when a row is created, updated, or deleted.
Replace "new_table" with the name of the table to create, and replace "old_table" with the name of the table to select from. The INTO clause behaves the same as CREATE TABLE in other SQL environments.