I need to insert multiple records into a table where only one of them will change, the others are constant.
For example:
Insert into processo (ID, status, descricao) values (1, 'X01', 'lorem ipsum dolor')
I have to make hundreds of inser...
asked by
17.03.2016 / 17:54