1
0
forked from HPR/hpr_generator

Refactor MySQL database specific SQL

This commit is contained in:
2022-11-28 22:47:53 -05:00
parent 2b4802508d
commit cb65d25cfc
3 changed files with 15 additions and 6 deletions

View File

@@ -0,0 +1,6 @@
<!--% query_call_for_shows = '
SELECT CASE WHEN COUNT(id) < 7 THEN True ELSE False END AS `request_for_shows`
FROM eps
WHERE eps.date > NOW() AND eps.date < DATE_ADD(NOW(), INTERVAL 10 DAY)
'
%-->