1
0
mirror of https://github.com/elisspace/FxLifeSheet.git synced 2026-08-29 15:44:00 +00:00

Update all_matched_days.sql

This commit is contained in:
Felix Krause
2021-11-09 13:58:17 +01:00
parent a87c9ac0ca
commit f2c42dc7b1

View File

@@ -1,4 +1,4 @@
SELECT raw_data.matcheddate,
CREATE VIEW all_matched_days AS SELECT raw_data.matcheddate,
count(*) AS count
FROM raw_data
WHERE raw_data.matcheddate IS NOT NULL