cartodb-postgresql/test/CDB_MathTest.sql

5 lines
158 B
MySQL
Raw Permalink Normal View History

2014-08-20 00:09:27 +08:00
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;