Hello!
I want to extract some part of text field and convert into string...
I use a querry like these
select SUBSTRING (text_field1 FROM 3 FOR 2) from table1 where ...
can i use o querry like this...select (CAST text_filed as varchar(8))..or something like that?...i'm beginner with informix....
Thank you!