Note Book

Coalesce example :

DECLARE @name VARCHAR(1024)
SELECT @name=COALESCE (@name + ',', '')+name
FROM test
select @name

delete duplicate records:
DELETE
FROM
MyTable
WHERE ID NOT IN
(
SELECT MAX(ID)
FROM MyTable
GROUP BY DuplicatevalueColumn1, DuplicateValueColumn2,
DuplicateValueColumn2)

Comments

  1. The team uses the Hootsuite™ engagement platform, which integrates with a cloud-based analytics and visualization platform called Brandwatch™.

    ReplyDelete

Post a Comment

Popular posts from this blog

Cloud Computing in simple

How to Write an Effective Design Document

Bookmark