Subject | Re: [ib-support] Re: Splitting a field |
---|---|
Author | Joe Martinez |
Post date | 2003-05-19T19:44:08Z |
> Joe, think about usage of existing UDFs or writing own for thisThis isn't a design issue. It's just a one-time problem. I have a
>purpose. But I think it is design mistake - it is more logical and
>simply to store FirstName and LastName and make WholeName computed
>column.
customer who accidentally pumped about 8000 names into a single field,
instead of the correct Firstname and Lastname fields. I'm trying to
correct this for him.
Since it's only a one-time deal, I'm trying to find a way to do this with a
minimum of effort, such as a single SQL statement.
-Joe