Subject [ib-support] get value from a string..
Author Rotandiko Sastroprawiro
Dear All,

If i have variable like this :

Declare Variable Content VARCHAR(30);

Content = '(1,3),(22,33),(345,23)';

How i can get value 1 from a String like below ??

Regards,

Diko