0
How can I use a trigger to update a column. It doesn't work using: (create trigger 'trigger_name' after update of _'table_name')
SQL
1 Antwort
0
You need commands TO BE IN CAPS in SQL.
Can you add your code to the code playground and attach it here?
Someone can help you more easily then.