首页 > 代码库 > 在magento中使用正则式

在magento中使用正则式

$sqlCondition "IFNULL(_table_name.value, _table_name_default.value) REGEXP ‘^[^a-zA-Z]‘"
 
$collection->getSelect()->where($sqlCondition)