G
Geoff Jones
Hi
Can anybody help me with the following, hopefully simple, question?
I have a table which I've connected to a dataset. I wish to add a new column
to the beginning of the table
and to fill it with incremental values e.g. if the tables looks
like this:
23 56
45 87
21 67
34 09
I'd like it to be changed into:
1 23 56
2 45 87
3 21 67
4 34 09
In fact, what I'm trying to do is to give the table an index key in the
first column. However, I only want the table of the dataset to have this new
column i.e. not the original table which the connection was made to.
Can anybody help?
Thanks in advance
Geoff
Can anybody help me with the following, hopefully simple, question?
I have a table which I've connected to a dataset. I wish to add a new column
to the beginning of the table
and to fill it with incremental values e.g. if the tables looks
like this:
23 56
45 87
21 67
34 09
I'd like it to be changed into:
1 23 56
2 45 87
3 21 67
4 34 09
In fact, what I'm trying to do is to give the table an index key in the
first column. However, I only want the table of the dataset to have this new
column i.e. not the original table which the connection was made to.
Can anybody help?
Thanks in advance
Geoff