update sqlc gen
This commit is contained in:
parent
0f05193fb5
commit
847302fbff
@ -550,7 +550,7 @@ WITH Funnel AS (
|
||||
q.id, q.title, a.content
|
||||
HAVING
|
||||
COUNT(a.id) >= 1
|
||||
)
|
||||
)
|
||||
SELECT
|
||||
Funnel.count_start_false,
|
||||
Funnel.count_start_true,
|
||||
|
||||
@ -1644,7 +1644,7 @@ WITH Funnel AS (
|
||||
q.id, q.title, a.content
|
||||
HAVING
|
||||
COUNT(a.id) >= 1
|
||||
)
|
||||
)
|
||||
SELECT
|
||||
Funnel.count_start_false,
|
||||
Funnel.count_start_true,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user