Subject Re: [ib-support] get value from a string..
Author Raul Chirea
Hi there,

From: "Rotandiko Sastroprawiro" <rsastroprawiro@...>

> 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 ??

Why don't you store this values in a table instead of storing them
alltogether in a single field ?

Raul.