Files
cartodb/lib/sql/test/CDB_MathTest.sql
Your Name 8bfa9f5dc7 sql
2020-07-12 16:08:49 +00: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;