All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sqls.test_table.sql Maven / Gradle / Ivy

There is a newer version: 3.0.38
Show newest version
INSERT INTO public.test_table (id, a_int, a_decimal, a_varchar,
                               a_text, a_byte, a_time, a_date, a_boolean, a_uuid,
                               a_json)
VALUES (1, 1, 1.111, 'var', 'text', 'byte', '2020-01-07 17:30:30.000000',
        '2020-01-07', true,
        'a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11', '{}');




© 2015 - 2024 Weber Informatics LLC | Privacy Policy