I have the following table definition
create table samples ( channel text, eventType text, data json NOT NULL );
I have also tried d