ln11: START TRANSACTION; CREATE TABLE "t1" ("c0" BIGINT,"c1" INTERVAL MONTH); INSERT INTO "t1" VALUES (1, INTERVAL '9' MONTH),(5, INTERVAL '6' MONTH),(5, NULL),(7, NULL),(2, INTERVAL '1' MONTH),(2, INTERVAL '1' MONTH); COMMIT; START TRANSACTION; CREATE REMOTE TABLE "rt1" ("c0" BIGINT,"c1" INTERVAL MONTH) ON 'mapi:monetdb://localhost:46479/mTests_sql_test_SQLancer/sys/t1'; COMMIT; ---- expected to succeed but didn't 42S01!CREATE TABLE: name 't1' already in use ln24: SELECT CAST(2 AS DECIMAL) & CAST(3 AS DOUBLE) FROM rt1 where rt1.c0 = 1; ---- expected to succeed but didn't M0M29!Exception occurred in the remote server, please check the log there expected result but received empty! query result: ln28: SELECT scale_down(146.0, 1) FROM rt1 where rt1.c0 = 1; ---- expected to succeed but didn't M0M29!Exception occurred in the remote server, please check the log there expected result but received empty! query result: ln32: SELECT greatest("lower"('D4Idf '), 'x x') FROM rt1 where rt1.c0 = 1; ---- expected to succeed but didn't M0M29!Exception occurred in the remote server, please check the log there expected result but received empty! query result: ln36: SELECT 1 FROM rt1 where rt1.c0 = 1 AND abs(0.4) = 0; ---- expected to succeed but didn't M0M29!Exception occurred in the remote server, please check the log there