Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
judell committed Mar 7, 2023
1 parent bf914cd commit 4a5a7bb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tagexplore.sp
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ TagExplore
args = [ with.data.rows[*].account_url_tag_note ]
sql = <<EOQ
with data as (
select
select
jsonb_array_elements_text($1::jsonb)::jsonb as account_url_tag_note
),
unnested as (
Expand All @@ -120,27 +120,27 @@ TagExplore
count(*)
from
unnested
group by
group by
tag
order by
count desc

EOQ
EOQ
}


}

container {

graph {

node {
category = category.tagger
args = [ with.data.rows[*].account_url_tag_note ]
sql = <<EOQ
with data as (
select
select
jsonb_array_elements_text($1::jsonb)::jsonb as account_url_tag_note
),
unnested as (
Expand Down Expand Up @@ -168,7 +168,7 @@ TagExplore
args = [ with.data.rows[*].account_url_tag_note ]
sql = <<EOQ
with data as (
select
select
jsonb_array_elements_text($1::jsonb)::jsonb as account_url_tag_note
),
unnested as (
Expand All @@ -194,7 +194,7 @@ TagExplore
args = [ with.data.rows[*].account_url_tag_note ]
sql = <<EOQ
with data as (
select
select
jsonb_array_elements_text($1::jsonb)::jsonb as account_url_tag_note
),
unnested as (
Expand Down

0 comments on commit 4a5a7bb

Please sign in to comment.