> Write me immediately how I find a row size in mysql table if i create a
> table in this manner
> create table size(f1 int,f2 date ,f3 varchar(25),f4 varchar(100), f5 text
,
> f6 int, f7 tinyint(1), f8 tinyint(1) ,f9 tinyint(3), f10 varchar(25))
You read the MySQL manual and add up the numbers?.
Write me immediately how I find a row size in mysql table if i create a
table in this manner
create table size(f1 int,f2 date ,f3 varchar(25),f4 varchar(100), f5 text ,
f6 int, f7 tinyint(1), f8 tinyint(1) ,f9 tinyint(3), f10 varchar(25))
f mean fields .
how i know the row size in kilo bytes or
2 matches
Mail list logo