You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
since last few days I've been getting the following error :
"Couldn't execute 'SELECT COLUMN_NAME, JSON_EXTRACT(HISTOGRAM, '$."number-of-buckets-specified"') FROM information_schema.COLUMN_STATISTICS WHERE SCHEMA_NAME="
The text was updated successfully, but these errors were encountered:
// this might take some/lots of time
mb.ExportInfo.GetTotalRowsMode = GetTotalRowsMethod.SelectCount;
or
// this might save some/lots of time
mb.ExportInfo.GetTotalRowsMode = Skip;
// depands on how many rows do you have in your database
since last few days I've been getting the following error :
"Couldn't execute 'SELECT COLUMN_NAME, JSON_EXTRACT(HISTOGRAM, '$."number-of-buckets-specified"') FROM information_schema.COLUMN_STATISTICS WHERE SCHEMA_NAME="
The text was updated successfully, but these errors were encountered: