sql内连接基础上,再进行条件查询

2024年12月02日 13:43
有1个网友回答
网友(1):

SELECT a.*,b.*
FROM table_a a
INNER JOIN table_b b
ON a.id=b.id
where left(b.serNum,3)>203