Skip to content

SqlQuery

.halguru-action.yamlRunSqlSelectSqlQuery

Represents the SQL SELECT query that will be executed against the database. This property contains the actual SQL statement, which must be written in a format supported by the specified database provider. It should be set to a valid and properly constructed query string before execution.

RunSqlSelect:
  SqlQuery: SELECT * FROM Users

Field Information#

Name Description
Title Sql Query
Field Type Text
Required True
Length 0..4096

Technical Information#

Property Value
Path RunSqlSelect.SqlQuery
Internal Type System.String
Internal Root Type ActionHalGuru
File Extension .halguru-action.yaml
JSON Schema halguru-action-schema.json

.halguru-action.yaml#

Reference Index#

Configuration Files#


Last updated: 2026-03-19
Autogenerated: Yes
AI powered: Yes
Core version: 1.93.0