scottincrypto2023-05-14 10:39 AM
    Updated 2023-05-14
    select
    voter, label
    from ( values
    ('0xb83b3e9c8e3393889afb272d354a7a3bd1fbcf5c', 'lbsblockchain.eth')
    ) as l (voter, label)


    -- SELECT *
    -- FROM (
    -- VALUES (1, 'one'), (2, 'two'), (3, 'three'));
    Run a query to Download Data