|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Tuesday, May 14, 2013 6:11 AM
Points: 185,
Visits: 941
|
|
hello experts, i have a table, size around 20 gb, it has a image column named candidate_resumes, i want to separate this column from the table bcuse it has bigger sizecomplete word for pdf file, how wud i knw the column total size or size of data column holds??? pls help
|
|
|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Monday, May 06, 2013 1:51 PM
Points: 175,
Visits: 327
|
|
| select datalength(column_name) from Table
|
|
|
|