cartodb-postgresql/test/CDB_MathTest.sql
2014-08-19 18:09:27 +02:00

5 lines
158 B
SQL

SELECT cdb_math_mode(a) from unnest(ARRAY[1,2,2,3]) a;
SELECT cdb_math_mode(a) from unnest(ARRAY[1,2,3]) a;
SELECT cdb_math_mode(a) from unnest(ARRAY[1]) a;