add an additional column (fullname) that combines the values of the two
Jul 9, 2012
from the user manual:
"...• There is only one partition column per table. If you need to partition a table on two columns (for
example first and last name), add an additional column (fullname) that combines the values of the two
columns and use this new column to partition the table..."
Could someone give me a hint as to how this might be achieved?
"...• There is only one partition column per table. If you need to partition a table on two columns (for
example first and last name), add an additional column (fullname) that combines the values of the two
columns and use this new column to partition the table..."
Could someone give me a hint as to how this might be achieved?