zhenglee's recent timeline updates
zhenglee

zhenglee

V2EX member #42574, joined on 2013-07-24 17:01:38 +08:00
zhenglee's recent replies
Jan 28, 2022
Replied to a topic by TT911 生活 有没有小朋友内卷资料分享的 硬盘已就位
上 pt 站啊
@taogen 没有这么一说,实践出真知。
SELECT Persons.LastName, Persons.FirstName, Orders.OrderNo
FROM Persons
LEFT JOIN Orders
ON Persons.Id_P=Orders.Id_P
where Orders.OrderNo in
(select max(OrderNo) from Orders group by ID_P)
ORDER BY Persons.LastName
Jun 17, 2016
Replied to a topic by qcloud 问与答 mysql 不同的数据表如何导入相同的数据?
表结构不一样不影响啊 insert 的字段和 select 字段对应就好了 这样最快了
Jun 17, 2016
Replied to a topic by qcloud 问与答 mysql 不同的数据表如何导入相同的数据?
insert into select from
Mar 14, 2016
Replied to a topic by questionier MySQL navicat 连接 mysql 报错
首先 my.conf 要绑定 ip 地址 不要绑 127.0.0.1 要绑定外网或者局域网 ip 地址 其次是权限中把你的所需账号授予所有主机的访问 root 也可授予的
如何让 typecho 支持 php7
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3767 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 17ms · UTC 04:20 · PVG 12:20 · LAX 21:20 · JFK 00:20
♥ Do have faith in what you're doing.