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 bytes.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to