MySQL Forums
Forum List  »  Stored Procedures

Re: What encoding is used for the text in the mysql.proc table param_list and body columns?
Posted by: Peter Brawley
Date: October 28, 2008 09:05PM

This will givr you the info you are looking for:

select *
from information_schema.columns
where table_schema='mysql' and table_name='proc'

PB
http://www.artfulsoftware.com

Options: ReplyQuote




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.