Range Index
SELECT COUNT(*)
FROM baseballStats
WHERE hits > 11{
"tableIndexConfig": {
"rangeIndexColumns": [
"column_name",
...
],
...
}
}Last updated
Was this helpful?
SELECT COUNT(*)
FROM baseballStats
WHERE hits > 11{
"tableIndexConfig": {
"rangeIndexColumns": [
"column_name",
...
],
...
}
}Last updated
Was this helpful?
Was this helpful?