PostgreSQL和MSSQL的区别
摘要:序号 不同点 MS PG 说明 1 delete 可以省略from 联表删除:delete ta from ta a inner join tb b on 不可省略from 联表删除:delete from ta a using tb b where 2 insert 可以省略into 不可以省略i
阅读全文
posted @ 2022-02-11 14:05
Section=ResponseStatusLine request.KeepAlive = false;
posted @ 2022-02-11 14:05
posted @ 2022-02-09 15:13
Powered by:
博客园
Copyright © 2025 所谓的潇洒
Powered by .NET 9.0 on Kubernetes