We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a773e37 commit ae73c3dCopy full SHA for ae73c3d
docs/victorialogs/sql-to-logsql.md
@@ -13,6 +13,9 @@ tags:
13
This is a tutorial for the migration from SQL to [LogsQL](https://docs.victoriametrics.com/victorialogs/logsql/).
14
It is expected you are familiar with SQL and know [how to execute queries at VictoriaLogs](https://docs.victoriametrics.com/victorialogs/querying/).
15
16
+See also [this playground, which automatically converts SQL queries to LogsQL queries](https://play-sql.victoriametrics.com/).
17
+The source code of this project is available [here](https://github.com/VictoriaMetrics/sql-to-logsql/).
18
+
19
## data model
20
21
SQL is usually used for querying relational tables. Every such table contains a pre-defined set of columns with pre-defined types.
0 commit comments