select * from dt_function_node n,dt_function_point p where n.NODE_FUNCTION = p.oid (+) and n.node_code='123';
在这里面,可以选出n.NODE_FUNCTION=NULL的字段
如果没有(+),那么n.NODE_FUNCTION子段必须不为空。
在这里面,可以选出n.NODE_FUNCTION=NULL的字段
如果没有(+),那么n.NODE_FUNCTION子段必须不为空。
博客介绍了一条SQL查询语句“select * from dt_function_node n,dt_function_point p where n.NODE_FUNCTION = p.oid (+) and n.node_code='123'”,指出使用(+)时可筛选出n.NODE_FUNCTION为NULL的字段,若没有(+),n.NODE_FUNCTION字段必须不为空。

1123

被折叠的 条评论
为什么被折叠?



