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
A select query fetches only up to a 1000 records.
Can this be modified to fetch r number of records?
For e.g.: results = client.sqlQuery(queryStr,r=100000)
The text was updated successfully, but these errors were encountered:
A select query fetches only up to a 1000 records.
Can this be modified to fetch
r
number of records?For e.g.:
results = client.sqlQuery(queryStr,r=100000)
The text was updated successfully, but these errors were encountered: