Re: How can I get information about a data type set
Posted By:
Peter_Karlsson
Posted On:
Friday, November 16, 2001 05:34 AM
You can do a "select distinct column from table", this will give you a list of different values in the column (hope I understand you question).
Re: How can I get information about a data type set
Posted By:
Bozidar_Dangubic
Posted On:
Sunday, November 11, 2001 07:20 PM
load it into java.util.Set and call size() method on it. there is no metadata method that will tell you that, but if you get it out of the result set and into Set, you can figure it out.