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 FROM
pricequote.live_quotes lq pricequote.live_quotes lq
WHERE WHERE
qstat LIKE 'Submitted%' qstat LIKE '%Submitted%'
) )
---------------------guidance logic--------------------------------------- ---------------------guidance logic---------------------------------------
,lqg AS ( ,lqg AS (