0
What kind of data is best for boolean?
Im looking for efficence. What is better? An INT column with 0 and 1? Or SQL has a better choice for this.
1 Respuesta
+ 2
You want TINYINT
TINYINT (1)
Im looking for efficence. What is better? An INT column with 0 and 1? Or SQL has a better choice for this.