Browse an SQL table on Cache
hi world, i want to browse an sql table on cache, and get min ,max value from one collumn, how can i do it ?
thank's
Discussion (2)0
Comments
Caché Programming Orientation Guide > Useful Skills to Learn > Browsing a Table
For basics on SQL: https://www.w3schools.com/sql/
Select Max(ColumnName), Min(ColumnName) From TableName