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

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

javascript - Clean way to programmatically use CSS transitions from JS? -

android - send complex objects as post php java -