String Functions MySQL Tutorial

mysql>
mysql> SELECT SUBSTRING_INDEX('www.rntsoft.com', '.', -2);
+--------------------------------------------+
| SUBSTRING_INDEX('www.rntsoft.com', '.', -2) |
+--------------------------------------------+
| rntsoft.com                                 |
+--------------------------------------------+
1 row in set (0.00 sec)
mysql>