News

The logic used to split the SQL code is more sophisticated than a raw split on the ; (semicolon) character: first, various different statement terminator tokens are recognized (see below for the list) ...
All of the SQL scripts used on my website. Contribute to bbrumm/databasestar development by creating an account on GitHub.
I have a table that stores a comma separated list of key value pairs for permissions. E.g 45:902,45:61,51:203,51:208 etc. I'm trying to parse a single record row so that I get a record set of ...
How to create function for split string in sql function accepts two parameters first the concatenated string and second the delimiter character.create function ... (items) values(@slice) select ...