I like to store data in o/1 format.
eg. I need to values from 5 columns in one column.
I've parameters p1...p5... and value could be either 0 or 1.
So eg. if I want to store p1=1, p2=0,p3=1,p4=1,p5=0 ....
and I want to store these values in one column like 10110.
What datatype shd I use ???
If I use number is there way to store this type of data.
thanks