column "Total MB" format 99,999,999
SELECT owner, round(sum(bytes) / 1048576) "Total MB"
FROM dba_segments
GROUP BY owner
If you're interested in exploring website design with WordPress, this guide will help you set up a WordPress instance on your local mach...
No comments:
Post a Comment