Standard SQL Queries
Getting started with SQL queries in Resmo
SQL is a well-known and powerful language. Resmo users can query their resources and changes using standard SQL statements with auto-complete support.

Query examples
All SQL queries are standard Select
statements.
Simple SQL query
SQL query with where clause
SQL query with Group By clause

SQL query with IN statement to run cross resource queries
SQL query response filtered for a field in an object
Print aliasTager's dnsName:
SQL query with nested objects
Most configuration data is nested and it's easy to refer to inner objects with the dot notation.
Functions
Functions help simplify queries that are hard to write.
The following function with aws_sg_allows
function shortens the SQL query a lot.
The following functions are available at the moment:
TBA
Supported SQL keywords
All standard keywords supported in Select SQL queries are available to use.
Some common keywords are:
DISTINCT
SUM
COUNT
COALESCE
Reserved Keywords
Last updated
Was this helpful?