Hello everyone
Hope you have a great easter weekend
I have one que
I have a table say tbl1
col1 col2
a xx
a yy
b zz
c ff
c gg
I want to add an indentity column to this existing table
so that it will be like this after I will have added the identity column
col0 col1 col2
1 a xx
2 a yy
3 b zz
4 c ff
5 c gg
How can I do that
Thanks
Hope you have a great easter weekend
I have one que
I have a table say tbl1
col1 col2
a xx
a yy
b zz
c ff
c gg
I want to add an indentity column to this existing table
so that it will be like this after I will have added the identity column
col0 col1 col2
1 a xx
2 a yy
3 b zz
4 c ff
5 c gg
How can I do that
Thanks