Skip to content

Commit

Permalink
Merge pull request #1165 from RumbleDB/ghislainfourny-patch-1
Browse files Browse the repository at this point in the history
Update GroupbyClauseBase64Binary.jq
  • Loading branch information
ghislainfourny authored Feb 1, 2022
2 parents c7bf3fd + 56365e8 commit 02b7b3b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
(:JIQS: ShouldRun; Output="(AaBb, aAbB, 0F+40A==, 0123456789abcdef, 0FB80F+9)" :)
(:JIQS: ShouldRun; Output="(0123456789abcdef, 0F+40A==, 0FB80F+9, AaBb, aAbB)" :)
for $j as base64Binary in parallelize((base64Binary("0123456789abcdef"), base64Binary("AaBb"), base64Binary("aAbB"), base64Binary("0FB80F+9"), base64Binary("0 FB8 0F+9"), base64Binary("0F+40A=="), base64Binary(())))
group by $j
order by string($j)
return $j

0 comments on commit 02b7b3b

Please sign in to comment.