Tom RedmanT
Convex Community3mo ago
4 replies
Tom Redman

Can you query a table with an index using just _creationTime?

Silly question: Can you query a table using the built-in index on "_creationTime"?

E.g. ctx.db.query("users").withIndex("_creationTime", (q) => q.gte(1762870387000)).collect();
Was this page helpful?