Hi All,
Im experimenting with the in database tools as a way to improve my processing speeds and its very effective, however in previous tools I have used I would have used a simple split expression to extract information from fields to new columns eg split([field], ' ' , 2]) , and I know there's a good split columns fucntion in the in memeory toolset, but the in database formula tools require a SQL statement.
I've gone through countless examples of varying and mind dboggling complexity (one guys written an impressive thesis on the topic) but can't make anything work.
Anyone have any solutions to writing a SQL statement to split the below string on the 3rd under score
So that my current column value of 'product code': 123_3456_78910_45_45_bvAGSBD6252-BT56383
can generate the new columns of short code: 123_3456_78910
Many thanks in advance