ThatRickGuy
Programmer
Anyone out there know the SQL (Oracle 8i style) to make a table with a concat Primary key?
like in a linking table, where each of the fields will have repetitions in itself, but the 2 fields together will be unique.
ex:
A | B
-----
1 | 1
1 | 2
1 | 3
2 | 1
2 | 2
2 | 3
like in a linking table, where each of the fields will have repetitions in itself, but the 2 fields together will be unique.
ex:
A | B
-----
1 | 1
1 | 2
1 | 3
2 | 1
2 | 2
2 | 3