Skip to content

Commit

Permalink
fix: removed extra , (#396)
Browse files Browse the repository at this point in the history
fix: syntax
  • Loading branch information
cofin authored Apr 10, 2024
1 parent 076bde3 commit 67f5a91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/collector/mysql/sql/base/resource_groups.sql
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ from (
rg.resource_group_enabled as resource_group_enabled,
rg.resource_group_name as resource_group_name,
rg.vcpu_ids as vcpu_ids,
rg.thread_priority as thread_priority,
from information_schema.resource_groups rg
rg.thread_priority as thread_priority
from information_schema.resource_groups rg
) src;

0 comments on commit 67f5a91

Please sign in to comment.