mysql - SQL Trigger - Check for string -
is possible run trigger whenever new row inserted lets shipping_rate, , check column company within row string. if string is there, want perform equation on column cost change current number. feasible in mysql?
yes, entirely possible trigger can database normal query could. can read on how in official manual.
Comments
Post a Comment