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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user