You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cartodb-postgresql/test/CDB_DigitSeparatorTest_expect

15 lines
183 B

BEGIN
CREATE TABLE
COPY 3
none||
only_com_dec|.|,
only_dot_dec|,|.
only_com_tho|,|.
only_dot_tho|.|,
both_com_dec|.|,
both_dot_dec|,|.
only_com_AMB||
only_dot_AMB||
DROP TABLE
COMMIT