How to switch between Manual SQL editing and SQLbuilder

SQL builder is not capable of dealing with following simple manual SQL,
SELECT
“time” AS “time”,
value
FROM metrics2
WHERE
name = ‘swap_used’
ORDER BY time
ASC
limit 2000
How to switch between manual and builder.
And what functions does the builder knows and doesn’t know ?

not sure about this one, but should be a documentation about it.

I realized there are so many limitation with the builder, so I never use it anymore.
click Edit Sql button to switch
image

This topic was automatically closed after 365 days. New replies are no longer allowed.