commit: 2024-12-13 15:38:23

This commit is contained in:
Paul Trowbridge 2024-12-13 15:38:23 -05:00
parent ac0a1e4ea1
commit f5c129df14

View File

@ -9,6 +9,8 @@ lq AS MATERIALIZED (
,substring(lq.part,1,8) mold ,substring(lq.part,1,8) mold
FROM FROM
pricequote.live_quotes lq pricequote.live_quotes lq
WHERE
qstat ~ '^Submitted'
) )
,lqg AS ( ,lqg AS (
SELECT SELECT