I suppose I have two questions:
- How do I query for this row (I have Big Table enabled)
- How do (if it at all) should I use this rowID in my insertion calls?
I tried the following query:
sql = f"SELECT * FROM \"GLIDE_INTERNAL_TABLE_ID\" WHERE \"rowID\" = $1"
query = {
"sql": sql,
"params": ["ROWID"]
}
and got the response:
{'message': 'Unknown column rowID'}