M
munkis29
Hello All,
I'm hoping someone here can help me, I'm an SQL newbie and need to do
the following:
I have a table and inside it contains one field, FieldID, in that field
there are many values, many of which are duplicates, this is fine,
however I want to have them numbered with a decimal. For instance a
portion of the field has the following values:
1200
1200
1200
1600
1600
I want to be able to run a query that will change those to:
1200.1
1200.2
1200.3
1600.1
1600.2
and so on. How can I do this?
I'm hoping someone here can help me, I'm an SQL newbie and need to do
the following:
I have a table and inside it contains one field, FieldID, in that field
there are many values, many of which are duplicates, this is fine,
however I want to have them numbered with a decimal. For instance a
portion of the field has the following values:
1200
1200
1200
1600
1600
I want to be able to run a query that will change those to:
1200.1
1200.2
1200.3
1600.1
1600.2
and so on. How can I do this?