<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Count on System Management</title>
    <link>https://systemmanagement.ro/tags/count/</link>
    <description>Recent content in Count on System Management</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Sat, 01 Jun 2019 17:14:35 +0300</lastBuildDate>
    <atom:link href="https://systemmanagement.ro/tags/count/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Examples of Count, Count IF, Count duplicates in SQL</title>
      <link>https://systemmanagement.ro/examples-of-count-count-if-count-duplicates-in-sql/</link>
      <pubDate>Sat, 01 Jun 2019 17:13:14 +0300</pubDate>
      <guid>https://systemmanagement.ro/examples-of-count-count-if-count-duplicates-in-sql/</guid>
      <description>Count: SELECT [ProductModel], COUNT(1) CNT FROM [AdventureWorks2017].[Production].[vProductAndDescription]
GROUP BY [ProductModel] ORDER BY CNT DESC Count “if”: SELECT [ProductModel], [Name],COUNT(1)
CNT FROM [AdventureWorks2017].[Production].[vProductAndDescription] WHERE [ProductModel]
LIKE ‘%Frame’ AND [Name] LIKE ‘%52’ –here’s the IF statement GROUP BY [ProductModel],
[Name] ORDER BY CNT DESC Count duplicates: SELECT [ProductModel], COUNT(1) CNT —
select a field you want to…</description>
    </item>
  </channel>
</rss>
