Jump to content

Can we make memory table in jasper report?that mean....


adasi

Recommended Posts

Hey..............

We can make memory table in MySQL  lake below..

 

mysql> CREATE TABLE test ENGINE=MEMORY    ->     SELECT ip,SUM(downloads) AS down    ->     FROM log_table GROUP BY ip;mysql> SELECT COUNT(ip),AVG(down) FROM test;mysql> DROP TABLE test;[/code]
[/code]
But when we get memory table detail to the jasper report.That mean when we build jasper reportwe want to write report query..so we want to make above query in jasper report..How can we do that?[/code]
 
 


Post Edited by adasi at 08/10/2011 16:39
Link to comment
Share on other sites

  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...