mysql - update a row without sql triggers -


i have table called tasks , in tasks users complete. possible make task complete if other tasks user complete. know can sql triggers wanted know if there's more elegant way this.

this includes making new task , therefore making final task incomplete


Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -