Community

TechTip: Create an SQL Function to Split a Delimited List

(Michael Sansoterra) Many programming languages, such as Visual Basic, C#, Java, JavaScript, and others, have a “split” function. Split allows a developer to take a single string containing a delimited list of items and separate the individual items into a dynamically sized array. Every so often, I

Read More - Register for Free Membership

Tags: