what is sum(bytes/1024/1024)?
522510Jun 6 2007 — edited Jun 6 2007hi,
i hv run following two query
select tablespace_name,sum(bytes/1024/1024) from dba_free_space
select tablespace_name,bytes/1024/1024 from dba_free_space
i hv question what is difference between these query