I would like to know if it is possible to find the row size of a MySQL table.
The challenge is we have 704 columns in the row. I know MySQL supports 65,535 bytes (MyISAM).
Please help me with the query or Perl script to find it.
I would like to know if it is possible to find the row size of a MySQL table.
The challenge is we have 704 columns in the row. I know MySQL supports 65,535 bytes (MyISAM).
Please help me with the query or Perl script to find it.