
Laurent_R
Veteran
/ Moderator
Nov 18, 2017, 2:56 AM
Post #2 of 2
(3819 views)
|
Re: [digioleg54] Strange line in the code
[In reply to]
|
Can't Post
|
|
|| is the concatenation operator under some SQL implementations, especially Oracle. In this case, it concatenates the value of sec_cd and type_sub_cd with a | separator in between.
|