Here is one which is very handy:

select v.*
from SYS.SYSSCHEMAS s,
SYS.SYSTABLES t,
new org.apache.derby.diag.SpaceTable(SCHEMANAME,TABLENAME) v
where s.SCHEMAID = t.SCHEMAID;

http://www.docjar.com/docs/api/org/apache/derby/diag/SpaceTable.html



--
View this message in context: 
http://apache-database.10148.n7.nabble.com/a-command-to-show-table-file-size-tp101717p143236.html
Sent from the Apache Derby Users mailing list archive at Nabble.com.

Reply via email to