This is my table:
ITEM_PRECO_VENDA ( ID_ITEM, ID_LOJA, PRECO, CUSTO, CIDADE)
I want to replicate only the column CIDADE, how can i do this?
Please, help.
This is my table:
ITEM_PRECO_VENDA ( ID_ITEM, ID_LOJA, PRECO, CUSTO, CIDADE)
I want to replicate only the column CIDADE, how can i do this?
Please, help.
I found how to do: On table SYM_TRIGGER it has the column INCLUDED_COLUMN_NAMES you put the columns that you want to replicate, and it will ignore the others.