S
Seeker
Not sure if this is the right place to ask, but Google strips out non alpha
characters when doing a search...
I'm looking at an SQL query that the wife just emailed to me... the WHERE
clause has a couple of items that I don't recognize...
WHERE (SR_SERV_REQ_SI.DOCUMENT_NUMBER(+) = SR_SERV_REQ.DOCUMENT_NUMBER) AND
(SR_SERV_REQ.ORDER_NUMBER = @variable('Acc #')
....just wondering what the (+) means and what the @variable('Acc #') refers
to.
Thanks!
characters when doing a search...
I'm looking at an SQL query that the wife just emailed to me... the WHERE
clause has a couple of items that I don't recognize...
WHERE (SR_SERV_REQ_SI.DOCUMENT_NUMBER(+) = SR_SERV_REQ.DOCUMENT_NUMBER) AND
(SR_SERV_REQ.ORDER_NUMBER = @variable('Acc #')
....just wondering what the (+) means and what the @variable('Acc #') refers
to.
Thanks!