|
Hi,
Does anyone know how to reduce the output size these SQL fields of: Count ST_Size ST_ALLOCSZ
Currently they are taking up on the screen Count 20 pos ST_Size 44 pos ST_ALLOCSZ 41 pos
It would be much more readable on the screen if they occupied less positions.
Thank you,
Gary Kuznitz
> SELECT > COUNT(*) AS "Number of Objects", > SUM(CAST(st_size AS DEC(31))) AS "File Size", > SUM(CAST(st_allocsz AS DEC(31))) AS "Allocated Size", > SUBSTR(dirname,1,200) AS "Directory"
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.