On Thu, Apr 5, 2012 at 7:08 PM, Michal Čihař michal@cihar.com wrote:
Hi
Dne Wed, 28 Mar 2012 02:38:09 +0530 Chanaka Dharmarathna pe.chanaka.ck@gmail.com napsal(a):
I feel it's better to have some clarifications on above title under [1]
in
GSoC idea list. This topic is mentioned about displaying multiple query results at once in same page (Please make me correct if I'm wrong). The results will be appear as set of tables in the same page.
But, in order to get those multiple query results, from where I should execute those two queries separately ?
If it is SQL tab in pma, is it a task relating to above title that improving SQL query window page to adding multiple query boxes ? or any suggested way ?
There is not need to add multiple query boxes as you can enter multiple queries in one (eg. SELECT 1; SELECT 2). Anyway this is mostly important for routines as described earlier by Rouslan.
-- Michal Čihař | http://cihar.com | http://blog.cihar.com
Better than sec? Nothing is better than sec when it comes to monitoring Big Data applications. Try Boundary one-second resolution app monitoring today. Free. http://p.sf.net/sfu/Boundary-dev2dev _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
Hi Michal,
I got the idea you mentioned and already have started to fix the bug [0] using multiple queries in the same SQL query box.
[0]: https://sourceforge.net/tracker/?func=detail&aid=3474853&group_id=23...
Regards !