struct table{
union{
int number;
char *text;
}column1;

union{
int number;
char *text;
}column2;