Hi! I have a simple/stupid question about partitioning. I have created an empty partitioned (by range) table. Table A partitioned on field 'CID'. First partition with CID <= MAXVALUE, second partition with CID <= 10000. When i will load data in this table, the data will be placed in their right partition...