Reply to
:
for oracle you could do something like below
alter table mytable add (myfield integer);
update mytable set myfield = rownum;
Programmer, engineer, scientist, critic, gamer, dreamer, and kid-at-heart.
All entries tagged sql-server.
You can subscribe to an RSS feed of this list.
for oracle you could do something like below
alter table mytable add (myfield integer);
update mytable set myfield = rownum;