Quantcast
Channel: Query
Browsing latest articles
Browse All 7 View Live

Re: Query

Thank you :)

View Article



Re: Query

SELECT BOM.*, isnull(BOM.CreatedByUser,'') + ',' + Case When USERS.FirstName is null then ''  else  USERS.FirstName+','  End+ ' ' +isnull( USERS.LastName,'')  AS username FROM BomHeader BOMleft outer...

View Article

Re: Query

hello,if only user name is availble i need to remove the  comma ( , )  how to do that ....

View Article

Re: Query

Thanks for the quick reply it works... :)

View Article

Re: Query

If I understand you correctly...you should be using a FULL JOIN as opposed to the LEFT JOIN

View Article


Re: Query

SELECT BOM.*, isnull(BOM.CreatedByUser,'') + ',' + isnull(USERS.FirstName,'') + ' ' +isnull( USERS.LastName,'')  AS username FROM BomHeader BOMleft outer join [user] USERS on...

View Article

Query

Hello All,SELECT BOM.*, BOM.CreatedByUser + ',' + USERS.FirstName + ' ' + USERS.LastName AS username FROM BomHeader BOMleft outer join [user] USERS on USERS.UserId=BOM.CreatedByUserWHERE...

View Article
Browsing latest articles
Browse All 7 View Live




Latest Images

Doodle Jump 3.11.30 by Lima Sky LLC

Doodle Jump 3.11.30 by Lima Sky LLC

Vimeo 10.6.1 by Vimeo.com, Inc.

Vimeo 10.6.1 by Vimeo.com, Inc.

Vimeo 10.6.0 by Vimeo.com, Inc.

Vimeo 10.6.0 by Vimeo.com, Inc.

Re:

Re:

Re:

Re:

Re:

Re:

Re:

Re:

Re:

Re: