Hi to All,
I’ve a problem.. I need to split a field records with the following format:
Aaaaaaaa*aaa bbb nnnn* aaaa bbbb 123 cc*bbbbb … etc etc
By “*”, to obtain as result:
Field1 Field2 Field3
Aaaaaaaa aaa bbb nnnn aaaa bbbb 123 cc
The problem are two:
1) I don’t know how to do that split;
2) I don’t know how many field will be necessary, (different records have different “*” separator).
I can also make “n” field in a query with a “research” function, that result a string between a “Like function with an identifier string” and the “*” next to the like result. But I don’t know how to make it too…

Someone can help?
I’ve a problem.. I need to split a field records with the following format:
Aaaaaaaa*aaa bbb nnnn* aaaa bbbb 123 cc*bbbbb … etc etc
By “*”, to obtain as result:
Field1 Field2 Field3
Aaaaaaaa aaa bbb nnnn aaaa bbbb 123 cc
The problem are two:
1) I don’t know how to do that split;
2) I don’t know how many field will be necessary, (different records have different “*” separator).
I can also make “n” field in a query with a “research” function, that result a string between a “Like function with an identifier string” and the “*” next to the like result. But I don’t know how to make it too…

Someone can help?