有沒有人告訴我這是什麼號(+)做SQL ..謝謝
a.sample_nbr = b.sample_nbr (+) and
a.sample_nbr = b.sub_sample_nbr (+) and
有沒有人告訴我這是什麼號(+)做SQL ..謝謝
a.sample_nbr = b.sample_nbr (+) and
a.sample_nbr = b.sub_sample_nbr (+) and
outer join - 維基百科有時是可靠的。
b.sample_nbr後面的(+)使得「b」表可選。查詢返回所有表,並且在沒有相應的約束記錄的情況下,Oracle在約束名稱列中提供一個空值。
它也可以用來指定一個正確的外部連接。 – Chandu
謝謝+1 - >更正了信息並添加了詳細信息 –
Oracle中的加號指定外連接。
這個問題的正確答案是*「他們添加了混淆」* –