commit: 2024-10-21 15:51:26
This commit is contained in:
parent
6e141766a4
commit
1f1252a747
@ -18,7 +18,7 @@ ext AS (
|
|||||||
SELECT
|
SELECT
|
||||||
week_ending
|
week_ending
|
||||||
,'# '||week_ending markdown
|
,'# '||week_ending markdown
|
||||||
,to_char(row_number() OVER (ORDER BY week_ending ASC),'FM000') seq
|
,to_char(row_number() OVER (ORDER BY week_ending DESC),'FM000') seq
|
||||||
FROM
|
FROM
|
||||||
ext
|
ext
|
||||||
CROSS JOIN (VALUES ('A'),('B')) r (flag)
|
CROSS JOIN (VALUES ('A'),('B')) r (flag)
|
||||||
|
Loading…
Reference in New Issue
Block a user