ReeceMarsland on 12/22/09
Last Edited at 12/22/09 03:48am
SELECT SUBSTRING( reverse( TRIM( node.title ) ) , locate( ' ', reverse( TRIM( node.title ) ) ) -1, 1 ) AS title_truncatedFROM node
Report this snippet Tweet
Comment:
You need to login to post a comment.