I have a table that has several tasks, the idea is to "finish one" and start another, but I do not know how to formulate a query like this
I have the following:
create table tareas(
id int not null PRIMARY key AUTO_INCREMENT,
idvinedo int...
asked by
01.10.2018 / 05:23