From: Warren Young Date: May 24 2006 11:38am Subject: Re: minimum calculation List-Archive: http://lists.mysql.com/plusplus/5694 Message-Id: <447445B1.2040502@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Tomas Fischer wrote: > > How can I get the result of following query? I don't know, but I'll tell you how I'd find out: I'd figure out how you'd do it with the C API, then look through MySQL++ for similar calls to see how you can get access to similar functionality. If there is no way to get access to the underlying C API in a way needed to retrieve the result, then I'd look at writing a patch to add it.