all groups > sql server mseq > august 2005 >
You're in the

sql server mseq

group:

about query



about query Daniel
8/31/2005 7:06:01 AM
sql server mseq: Hi all,
Does anyone know what is the following query mean:
select * from abc,def where abc.xx(+) = def.xx

i have no idea about the (+) symbol..what it represent?
Thank you in advance
Best regards,
RE: about query Rajesha
9/15/2005 10:11:09 PM
As I know that + Symbol to used to join string.
example below

SELECT top 10 Title_ID + Title As "Title_ID + Title", * FROM
[pubs].[dbo].[titles]

Regards,
Rajesh

[quoted text, click to view]
AddThis Social Bookmark Button