commit: 2024-12-13 17:56:18
This commit is contained in:
parent
f5c129df14
commit
9378660b82
@ -10,7 +10,7 @@ lq AS MATERIALIZED (
|
|||||||
FROM
|
FROM
|
||||||
pricequote.live_quotes lq
|
pricequote.live_quotes lq
|
||||||
WHERE
|
WHERE
|
||||||
qstat ~ '^Submitted'
|
qstat LIKE 'Submitted%'
|
||||||
)
|
)
|
||||||
,lqg AS (
|
,lqg AS (
|
||||||
SELECT
|
SELECT
|
||||||
|
Loading…
Reference in New Issue
Block a user