Skip to content

Commit

Permalink
The aligator was going the wrong way
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Sikina committed Sep 18, 2024
1 parent cdf1358 commit b414666
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ concept_node.concept_node_id AS id, string_agg(value, ' ') AS values
concept_node
join concept_node_meta on concept_node.concept_node_id = concept_node_meta.concept_node_id
WHERE
LENGTH(concept_node_meta.value) > 1000
LENGTH(concept_node_meta.value) < 1000
GROUP BY
concept_node.concept_node_id
) AS concept_node_meta_str ON concept_node_meta_str.id = concept_node.concept_node_id
Expand Down

0 comments on commit b414666

Please sign in to comment.