I have a list of items in a table. One of the sells has a numeric value, itemNumber, it is not an incremental ID but somewhat similar.
Now I need to be able to detect what is the highest number in the itemNumber column and create itemNumber+1.
How do I go about that?