I read a excel,all sheets are OK except first 1,
but I don't find any different
error:
SELECT * FROM sheetreader(
'/Users/linezone/Downloads/data1024.xlsx',
sheet_index = 1,
threads = 16,
skip_rows = 0,
has_header = true
);
SQL ERROR: java.sql.SQLException: Binder Error: Inline & dynamic String types not supported yet
why? thanks!
Uploading address.xlsx…