Hello,
I need some help
I have a Table
Table>ITEM_LOCACAO
codloc
codprod
And
Produtos
codloc
pontos
I want do a Select in the table ITEM_LOCACAO and
request the ID Codloc, have a lot keys about produtos.
So a example
Id = 9 = Product TAble = 25,26,31
After select, I need, make a update
with a increment + 1 in the table
products.
Ex. Codloc = 25 Points 1 + 1
codloc = 26 points 5 + 1
....
How I can do this
Thanks a lot
Luciano
I need some help
I have a Table
Table>ITEM_LOCACAO
codloc
codprod
And
Produtos
codloc
pontos
I want do a Select in the table ITEM_LOCACAO and
request the ID Codloc, have a lot keys about produtos.
So a example
Id = 9 = Product TAble = 25,26,31
After select, I need, make a update
with a increment + 1 in the table
products.
Ex. Codloc = 25 Points 1 + 1
codloc = 26 points 5 + 1
....
How I can do this
Thanks a lot
Luciano