can i give same sequence number for the group of records.
505142May 14 2007 — edited May 15 2007Hi all,
I have table A with columns A1, A2, A3.
I want to update table A , column A3 with same sequence number for the group of records A1, A2.
Eg.
A1 A2 A3
------- ------- ---------
P Q 1
P Q 1
R S 2
U Q 3
I want to perform this in single sql statement.
Plz give your suggestions regarding above problem.
Thanks