Skip to content
Advertisement

Using column from another table in trigger

I need to use a column from another table when i use trigger before insert but i get an error Unknown table in field list

Here is an example code:

the column from another table is “printing_time_hr” from table “slicer”

Please help, what to do, how to use the column from another table

Advertisement

Answer

This works for me:

User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement