Muezz
04/15/2022, 1:56 PMsql
if new."category" is "rand_category"
then
//Do somthing
else
//Do somthing else
end if;
Is this the correct way of checking the value of a particular column in the newly added row?garyaustin
04/15/2022, 2:15 PMMuezz
04/15/2022, 2:50 PMcolumn "rand_category" does not exist
Just now I tried with just single quotes and it worked like how i wanted it to work.
I had no idea double and single quotes had different purposes.