Closed pateljm closed 8 years ago
Added the modulo (%)operator, so we can now write queries like:
%
SELECT i%2 FROM generate_series(1, 10) as GS(i);
Please update the copyright for all the touched files, if they have not been modified since 2016.
2016
LGTM.
LGTM, merging.
Added the modulo (
%
)operator, so we can now write queries like: