VastbaseE100

基于开源技术的HTAP数据库管理系统。性能优异,稳定可靠,提供诸多专属领域特性。

Menu

外连接运算符(+)

SELECT  * FROM mytab a,mytab b where a.id=b.id(+) and a.id(+)=1;