You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-user@db.apache.org by sagar44 <sh...@gmail.com> on 2008/12/07 11:39:24 UTC

How to get table size

I new to derby, how to get exact table size in derby. Thank you in advance. 
-- 
View this message in context: http://www.nabble.com/How-to-get-table-size-tp20879759p20879759.html
Sent from the Apache Derby Users mailing list archive at Nabble.com.


Re: How to get table size

Posted by sagar44 <sh...@gmail.com>.
I got the answere ... 

select * from new org.apache.derby.diag.SpaceTable('APP', 'T') as
space_table; 



sagar44 wrote:
> 
> I new to derby, how to get exact table size in derby. Thank you in
> advance. 
> 

-- 
View this message in context: http://www.nabble.com/How-to-get-table-size-tp20879759p20880607.html
Sent from the Apache Derby Users mailing list archive at Nabble.com.