sql - inserting values to one table and the same time inserting distict values to second table -


there 2 tables.first 1 trans_details and, second 1 trans_details_temp.when insert values database through our asp website form, have access records first table.. , same time, have access distict values second table.when customer comes our bank, / deposits/withdraw amount bank.and details should added both tables..and, same customer comes next month his/her second transaction, second row created in first table. but, in second table, earlier row updated only.no duplication should takes place in second table.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -