Sybase Oracle 连接区别

来源:互联网 发布:无敌淘宝网下载 编辑:程序博客网 时间:2024/05/17 19:56

  --Oracle:select * from tableA a ,tableB b where a.id=b.id(+);
  --Sybase:select * from tableA a,tableB b where a.id*=b.id;

原创粉丝点击