Hi,
I have a script that performs an number of Standardisations that are specific to the Company I'm working for. Amongst those Standardisations is adding a set of control columns.
One of the control columns in the "BusinessDate" and is supposed to be the column subsequent to the PK.
So I have 2 things I need to do,
- Move the PK Columns to be the first set of columns
- Create the "BusinessDate" column in positionN+1 columns wher N is the number of columns of the primary key.
My question is, where do I get the position of the attribute within the entity from?
Kind Regards
Sandy