pl/sql Oracle syntax
Posted
by Paul
on Server Fault
See other posts from Server Fault
or by Paul
Published on 2009-08-11T08:27:57Z
Indexed on
2010/03/13
19:25 UTC
Read the original article
Hit count: 246
I have a query in pl/sql that i need to migrate to ms sql.
select count(*) from table1 t1 where (conditions1) and (conditions2) and variable = t1.column1(+)
Could anyone tell me what the (+) after the column means ? (is it sort of a sum ?)
© Server Fault or respective owner