-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
To reproduce
- Go to the QuestDB REST API documentation.
- Scroll down to the curl example section.
- You’ll see a typo — "form" instead of "from" in the SQL query.
QuestDB version:
7.3.5
OS, in case of Docker specify Docker and the Host OS:
Windows 10
File System, in case of Docker specify Host File System:
NTFS
Full Name:
ANUBHAV GANHWAR
Affiliation:
Student / Independent Contributor
Have you followed Linux, MacOs kernel configuration steps to increase Maximum open files and Maximum virtual memory areas limit?
- Yes, I have
Additional context
Hi QuestDB team 👋
While checking the REST API documentation, I found a small typo in the example query.
The docs currently show:
curl -G "http://localhost:9000/exec?query=select * form trades"
But it should be:
curl -G "http://localhost:9000/exec?query=select * from trades"
This small correction will help new users avoid confusion while testing the API.
Thanks for maintaining such an awesome project!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels