AllComputers.Model_Name=MfgComputers.Product_Name;
我想匹配其中的Brand_Name是HP,但使用like或REGEX来匹配所有行,只有当两个匹配中都包含至少三个连续数字时因此,如果我有Model_Name作为HP Pavilion500一体机,Product_Name作为HP500一体机,我想只返回两者都有500的匹配项,而不是所有包含" all -in-One PC“Model_Number LIKE '%500%';或者select * from All