Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for SQL across multiple tables to the explorer #3387

Open
alvrs opened this issue Dec 4, 2024 · 0 comments
Open

Add support for SQL across multiple tables to the explorer #3387

alvrs opened this issue Dec 4, 2024 · 0 comments
Assignees

Comments

@alvrs
Copy link
Member

alvrs commented Dec 4, 2024

For example, this query works via the API, but not via the explorer SQL input:

curl -X POST https://indexer.mud.redstonechain.com/q \
-H "Content-Type: application/json" \
-d '[{
  "address": "0xf75b1b7bdb6932e487c4aa8d210f4a682abeacf0",
  "query": "SELECT Position.entityId, Position.x, Position.y, Position.z FROM Position, ObjectType WHERE Position.entityId = ObjectType.entityId AND ObjectType.objectTypeId = 84 AND Position.x >= 276 AND Position.x < 308 AND Position.y >= 3 AND Position.y < 35 AND Position.z >= 33 AND Position.z < 65"
}]'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

2 participants