Querying Datasource
Last updated
Last updated
In the Querying Section, you can simply type a question or request in plain English. LLMate’s AI will then translate your words into a SQL query, use your datasource’s read-only access, and fetch the relevant information for you.
Enter your question (e.g., “What were our total sales last month?”) into the query box.
LLMate processes this input, generates a SQL query behind the scenes, and retrieves the corresponding data.
On the left side of the query page, you'll see a navigation panel for selecting the schema or table you want to focus on.
Depending on what you select, the AI will customize the SQL it generates to query either a specific table or the entire schema.