[摘要]+-----+---------------+查询user的name与lastlogintimemysql> select a.id,a.name,b.lastlogintime from u...
+-----+---------------+
查询user的name与lastlogintime
mysql> select a.id,a.name,b.lastlogintime from user as a left join user_lastlogin as b on a.id=b.uid;
+----+-----------+---------------+(北联网教程,专业提供视频软件下载)