Hiya . I’m using C# client, is it possible to SELECT like SQL and get just account/created_at/from_amount/to_amount and operation_id columns with their values? Cuz I can not do it with Flux
Like:
SELECT account, created_at, from_amount, operation_id, to_amount FROM mytable