hi,
data type is string. So when we use sql command
data sample:5,8,10,20,9,3,89
select max(kimlik) from table
result:9
we want to find "89"
how can we do with interbase.
also we used this "cast()" function like this:
select max(cast(kimlik as integer)) from...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.