Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/sql/71.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Sql查询问题_Sql_Oracle - Fatal编程技术网

Sql查询问题

Sql查询问题,sql,oracle,Sql,Oracle,可能重复: 有人能告诉我(+)符号在sql中的作用吗。。谢谢 a.sample_nbr = b.sample_nbr (+) and a.sample_nbr = b.sub_sample_nbr (+) and -维基百科有时是可靠的 b.sample_nbr后面的(+)使“b”表成为可选表。查询返回所有表,如果没有相应的约束记录,Oracle在约束名称列中提供空值。Oracle中的加号指定外部联接。它也可用于指定正确的外部联接。感谢+1->更正了信息并添加了详细信息此问题的正确答案为“它

可能重复:

有人能告诉我(+)符号在sql中的作用吗。。谢谢

a.sample_nbr = b.sample_nbr (+) and
a.sample_nbr = b.sub_sample_nbr (+) and
-维基百科有时是可靠的


b.sample_nbr后面的(+)使“b”表成为可选表。查询返回所有表,如果没有相应的约束记录,Oracle在约束名称列中提供空值。

Oracle中的加号指定外部联接。

它也可用于指定正确的外部联接。感谢+1->更正了信息并添加了详细信息此问题的正确答案为“它们增加了混乱”