May 8, 2006 #1 mariocq MIS Apr 20, 2001 61 US Hello: I have a table with two CLOBS colummns, I need to make the following: a) Calculate the average size of the data stored in the CLOB columns b) Find out the size of the biggest data stored in that columns. Regards, Mario.
Hello: I have a table with two CLOBS colummns, I need to make the following: a) Calculate the average size of the data stored in the CLOB columns b) Find out the size of the biggest data stored in that columns. Regards, Mario.
May 8, 2006 #2 ChrisHunt Programmer Jul 12, 2002 4,056 GB Use the AVG(), MAX() and LENGTH() functions. -- Chris Hunt Webmaster & Tragedian Extra Connections Ltd Upvote 0 Downvote
Use the AVG(), MAX() and LENGTH() functions. -- Chris Hunt Webmaster & Tragedian Extra Connections Ltd