Using the max() SQL statement in java
843854Nov 14 2001 — edited Nov 14 2001Hi I would like to know how to use the max() statement in my java program. I want to get the highest id number in my database, Iwas told to use the max() method but I don't know how. Do I use the executeQuery and the use the result set. I have tryed that but get errors saying that it was a wrong column.
Thanks Linette