I need to select a substring of a column that starts 1 character after a
colon in the column and continues to the end of the column.  For example, if
the column contained "abc:xyz" I want the select statement to return only
"xyz" (the characters after the colon).  The substr function requires
specific character positions - is there a way to do this?
Pete
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to