MySQL Forums
Forum List  »  Newbie

multiple insert
Posted by: Leonardo Castro
Date: August 03, 2005 08:33PM

Hi,

How can I measure the size of a mutiple insert statement in bytes?

Ex: insert into table1 (field1,field2) values ('a',111),('b',222),('c',333);

Is there a tool or a sql-command that could give me the size in bytes of the queries I'm sending to the server?

Thanks a lot...

Options: ReplyQuote


Subject
Written By
Posted
multiple insert
August 03, 2005 08:33PM


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.