标签:bsp rom style into user 方法 from HERE auth
INSERT INTO user_auth(userid, auth_plane_id)
select user.user_id AS userid, plane.id AS auth_plane_id
FROM user, plane
WHERE user.name = ‘陈‘ and plane.name=‘737‘;
或者用join的方法.
标签:bsp rom style into user 方法 from HERE auth
原文地址:https://www.cnblogs.com/mafeng/p/10325848.html