02 2021 档案

摘要:常见区别 1. 连接字符串在Oracle中用“||”或者concatt('a','b'),SqlServer中用+,MySQL中用concat('a','b','c')。 2. orcale 生成唯一序列是 select sys.guid() from dual ,mysql是 select uui 阅读全文
posted @ 2021-02-02 09:23 Allen博客 阅读(213) 评论(0) 推荐(0)

1 2 3
4