MySQL Forums
Forum List  »  Newbie

Re: Inserting a MySQL select result not working?
Posted by: Peter Brawley
Date: October 11, 2017 08:14PM

Sorry, I neglected to copy this from the text editor ...

> Google says a tuple is a table row in a table or result set? Do I need
> to work out how to calculate how many kilobytes 15 rows in my table]...?

select avg_row_length, index_length from information_schema.tables
where (table_schema,table_name) = ("possbil","fao_global");

Options: ReplyQuote


Subject
Written By
Posted
Re: Inserting a MySQL select result not working?
October 11, 2017 08:14PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.