How to substring it till DOT?
656756Feb 1 2010 — edited Feb 1 2010Hello
I was searching a best solution to substring the first part of string. The separator is a DOT. I can only do this in a function.
Example
my.first.test
second.test
third.and.last.test
Query must return:
my
second
third
Is any chance i could do this in a query?
Regards,
Igor