Skip to content

A user defined function for mysql, that reverse the ordering of a delimited string of characters.

License

Notifications You must be signed in to change notification settings

gkunde/mysql_reverse_delimited_string

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MySQL Reverse Delimited String

A user defined function for accepting a delimited string and reverse the appearance order of the input value.

Functions:

reverse_delimited_string()

This function accepts two parameters.

  • delimited_string: A string value delimited by a single character.
  • delimiter: The delimiting character(s) used to split the string.

When used, the value provided is returned with the delimited segments in the reversed order as they were seen in the input value.

1st order, 2nd order, 3rd order => 3rd order, 2nd order, 1st order

About

A user defined function for mysql, that reverse the ordering of a delimited string of characters.

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages