ClickHouse-Net icon indicating copy to clipboard operation
ClickHouse-Net copied to clipboard

Can't select more than 8 fields from clickhouse due to Tuple.

Open Zerorigin opened this issue 3 years ago • 0 comments
trafficstars

Can't select more than 8 fields from clickhouse due to Tuple.

https://docs.microsoft.com/en-us/dotnet/api/system.valuetuple-8?view=net-6.0

SELECT f1, f2, f3, f4, f5, f6, f7, f8, f9 FROM db.table WHERE ID = 'UUID' LIMIT 10;

Zerorigin avatar May 24 '22 14:05 Zerorigin