Skip to content

Commit

Permalink
chore: list count query join clause
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubisoft-potato authored and cre8ivejp committed Dec 12, 2024
1 parent dd6203a commit 1485a16
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ SELECT
COUNT(1)
FROM
api_key
LEFT JOIN environment_v2 ON api_key.environment_id = environment_v2.id
%s

0 comments on commit 1485a16

Please sign in to comment.