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

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

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

java - Are there any classes that implement javax.persistence.Parameter<T>? -