Skip to content

Commit

Permalink
Better queries
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-milovidov committed Jan 7, 2024
1 parent 971d027 commit d430b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples.js
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ GROUP BY pos ORDER BY pos WITH FILL FROM 0 TO 1024*1024`,
255 * transparency AS alpha,
255 * c_weekend * mostly_weekends AS red,
r / 2 AS green,
red / 2 AS green,
255 * c_weekday * (NOT mostly_weekends) AS blue
SELECT round(red)::UInt8, round(green)::UInt8, round(blue)::UInt8, round(alpha)::UInt8
Expand Down

0 comments on commit d430b99

Please sign in to comment.