Select * from dt_function_node n, dt_function_point p where n.Node_function = p.OID ( ) and n.node_code = '123';
In this, the fields of n.node_function = null can be selected.
If there is no ( ), then the n.node_function sub-segment must not be empty.