Viewing 5 posts - 1 through 5 (of 5 total)
Thank you, Steve. greatly appreciated!
August 11, 2021 at 2:12 pm
here is the text versions: fulltxtstring is what i start with; parsedtxtstrings is the required split results
thanks much for your help.
August 11, 2021 at 1:25 pm
thanks for the Response Sean. attaching sample data
August 11, 2021 at 12:44 am
Hi Jeff.
your tally table approach to parsing is the best i've seen. i have a real world problem; wondering if you have any thoughts.
i need to parse a large clob/text...
August 10, 2021 at 9:02 pm
would it be easier (more accurate) to calculate age in months and divide by 12?
select cast( datediff( month,'08-21-2008',getdate()) as decimal)/12
February 27, 2020 at 2:22 pm
Viewing 5 posts - 1 through 5 (of 5 total)