Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

request a max string value as a integer rules

Status
Not open for further replies.

rasimsen

IS-IT--Management
Oct 1, 2003
1
TR
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 table

result: error


please urgenly help.

we apprecite anyhelp!

thank

best regards.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top