Skip to content

Commit

Permalink
fix: use alias
Browse files Browse the repository at this point in the history
  • Loading branch information
kalinkrustev committed Apr 30, 2017
1 parent e5c554e commit a0d09d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/sql/schema/450$rule.falseActorFactorCount.sql
Expand Up @@ -12,7 +12,7 @@ BEGIN
JOIN
@actors a ON a.[factor] = ca.factor AND ca.actorId = a.value
WHERE
conditionId = @conditionId
ca.conditionId = @conditionId
)
)
END
2 changes: 1 addition & 1 deletion api/sql/schema/450$rule.falseItemFactorCount.sql
Expand Up @@ -12,7 +12,7 @@ BEGIN
JOIN
@items a ON a.[factor] = ci.factor AND ci.itemNameId = a.value
WHERE
conditionId = @conditionId
ci.conditionId = @conditionId
)
)
END

0 comments on commit a0d09d4

Please sign in to comment.