Skip to content
Snippets Groups Projects
Commit 4bfab0cf authored by Szymon Langer's avatar Szymon Langer
Browse files

Update SQL Query.sql

parent f9f09fb6
Branches
No related merge requests found
Pipeline #2146 canceled with stages
......@@ -16,7 +16,7 @@
GROUP BY StyleColor
/* Liczba sygnalow dla kazdego pomiaru */
SELECT MEASUREMENT, count(ITEMID)
SELECT MEASUREMENT, count(distinct(ITEMID))
FROM rfid.Logs
JOIN rfid.EanEpc ON rfid.Logs.EPC = rfid.EanEpc.EPC
JOIN dw.Item ON rfid.EanEpc.EAN = dw.Item.EAN
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment