What do the following mean in an sql sytax:
(+) after a condition eg: "WHERE table1.col1 = table2.col2 (+)
What does /* */ after select signify , i vaguely remember it being a suggestion to the optimizer, but where can i find more reference on this eg: select /* */ ...