tempo1
Programmer
- Feb 20, 2007
- 118
Hi everyone,
I'd like to display sizes of a table using a query such as:
can anyone tell me the keyword i should write instead of "sizeof" ?
Thanks
I'd like to display sizes of a table using a query such as:
Code:
SELECT
SIZEOF(col1),
SIZEOF(col2)
FROM
mytable
Thanks