I basically want to create a table like this
col1|col2
---------
1    1
1    2
1    3
2    1
3    1
2    2
1    4
where column 2 autoincrements, but its autoincrement values are not tied to the overall table but column 1's value. Is this possible?
 
    