我有兩張表,我想加入。問題是,數據需要一些修整。我可以在MySQL查詢中使用preg_replace或regex嗎?
== Product Description
id sku price
1 674_orange 45.99
2 645_black 59.99
5 592_rubyred 69.99
== Product Attributes
id sku description
11 674 lorem ipsum long text description of 674
22 645 lorem ipsum keywords for this item
33 592 lorem ipsum colours on this item
我想在SKU上加入這些表格。然而,我需要做一個替換,因爲我不認爲LIKE
或%
會足夠準確?
可能重複[是否有一個MySQL相當於PHP的preg \ _replace的?](http://stackoverflow.com/questions/1705437/is-there -a-mysql-equivalent-of-phps-preg-replace) –