Sql: How Do I Select A Specific Part Of An Array?

Status
Not open for further replies.
J

Joerg

Guest
I'm selecting from an openedge db table using SQL via odbc. My select returns something like:

select description from descriptions

name;more names;yet another name
descriton; an alternative; weird other descripton
...


How can I adress the second part of the array with my select statement?

Thanks!

Continue reading...
 
Status
Not open for further replies.
Top