Microsoft
Software
Hardware
Network
Question : Update statement in Oracle 10g
I need an update statement in Orale. I want to set PREC=SEQ for all the records which having duplicated values for ID & sort. For the example below, I want to set PREC=SEQ for ID=00005477 & sort=001 and sort=004.
ID SORT PREC SEQ
--------------- --------------- ---------- ----------
00005477 001 1 1
00005477 001 1 2
00005477 001 1 3
00005477 002 1 1
00005477 003 1 1
00005477 004 1 1
00005477 004 1 2
thanks in advance!
Answer : Update statement in Oracle 10g
if the Data type of [shippernum] is text
Me.NCOsubform.Form.Filter = "[shippernum]='" & ShipperText & "'"
Me.NCOsubform.Form.FilterO
n = True
Random Solutions
How to update a table based on temporary table result set - using db2 stored procedures
net group on local server's group
Access - Corrupted Forms
A perl spreadsheet problem--reading from a specific tab
Pentium D 820/840 compatibility
IE 7/8 CSS selector bug?
Searching for a compairion with in a sentence T-sql
Where is the Object Browser in VB 2010 Express Edition?
does php.ini need modification to allow <form> POST method to work?
How to print a new page on vb.net