X
X
XpeH Petrovich2014-08-07 15:21:10
MySQL
XpeH Petrovich, 2014-08-07 15:21:10

What is the difference between numeric types in MySQL?

More precisely, I know the difference in the range of accepted values, but here is the difference in the fields TINYINT (1) and INT (1) (or any other two numeric fields with length 1). Is there a difference in their storage, or something else?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
Ruslan, 2014-08-10
@uakoB

It is well written here: www.site-do.ru/db/sql2.php

P
Puma Thailand, 2014-08-07
@opium

int 4 bytes in mysql
tinyint 1 byte in mysql

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question