SQL SELECT everything after a certain character

The Solution to SQL SELECT everything after a certain character is


select SUBSTRING_INDEX(supplier_reference,'=',-1) from ps_product;

Please use http://www.w3resource.com/mysql/string-functions/mysql-substring_index-function.php for further reference.

~ Answered on 2013-10-21 13:19:30


Most Viewed Questions: