Thursday, 19 September 2013

Insert sequnce number into a table

Insert sequnce number into a table

I want to insert into a table a sequence number for each row, I am using
this query but it is not working: INSERT INTO header(seqno) values
(rownum)

No comments:

Post a Comment