Cannot output the histogram for string column '%1'

Item Value
SQLCODE 132
Constant SQLE_CANNOT_DUMP_STRING_HISTOGRAM
SQLSTATE 01W23
Sybase error code 13585
ODBC 2 State OK
ODBC 3 State OK
Parameter 1 Name of the column containing string data.

Probable cause 

You tried to get the histogram for a column containing strings. Histograms on string information cannot be output in a readable format; as a result, no information was retrieved. Consider using the ESTIMATE function to get information on a specific value or range in the column.