Hi,
I have a Jtable in one my Java programs.
I want to do the following
1.
Based on a query I want to select certain data from the Jtable, e.g.
select * from <JTable> where column1 = "XYZ" and...