Monday, May 5, 2014

sql substr

sql substr function is the abbreviated form of substr, In MySQL for example these are the options:

substr(str,pos)
substr(str FROM pos)
substr(str, pos. len)
substr(str FROM pos FOR len)

where str is the string, pos the starting poisition and len the length of the substring retrived by the function.

No comments:

Post a Comment