Hello,
how could i found the max value in SQL table?
I just need know the highest ID of records.
Thank you
Jakub
Great solution
Like this...
Max(SQL_table_name, SQL_column_name)
I have documented functions like this in my Collections Cookbook app which is downloadable for FREE.
---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."