I need to store some data in the following format:
1.2
1.2.1
1.2.2
1.3
etc..
I highly suspect that I must use varchar for this, but my guy says that it's still some kind of int. It's for a catalogue hierarchy system.
Google is leading me no where.. Anyone done this before?