commit: 2025-02-07 08:01:43

This commit is contained in:
Paul Trowbridge 2025-02-07 08:01:43 -05:00
parent 20e5e4fc42
commit 088797915c

View File

@ -11,7 +11,7 @@ lq AS MATERIALIZED (
FROM
pricequote.live_quotes lq
WHERE
qstat LIKE 'Submitted%'
qstat LIKE '%Submitted%'
)
---------------------guidance logic---------------------------------------
,lqg AS (