Hey guys, I got a column in my database called 'section' and the probable values it's going to contain look something like 001, 002, 500, 488 4A, 676 7B, etc
Which data type(and size) should I use?
Currently I'm thinking of var(size) or varchar(size)
Thanks :)
Which data type(and size) should I use?
Currently I'm thinking of var(size) or varchar(size)
Thanks :)
Comment