Is there any way I can use more than one column of the same table in a case statement in an update? for example, I have this table with these 3 lines
create table produto2(
codigo int primary key,
categoria varchar(30),
valor number(7,2));
in...
asked by
16.05.2018 / 02:03