1
0
mirror of synced 2025-12-19 18:10:59 -05:00
Files
docs/data/reusables/codeql-cli/advanced-query-execution.md

1.1 KiB
Raw Permalink Blame History

Note

Queries run with database analyze have strict metadata requirements. You can also execute queries using the following plumbing-level subcommands:

  • AUTOTITLE, which outputs non-interpreted results in an intermediate binary format called BQRS.
  • AUTOTITLE, which will output BQRS files, or print results tables directly to the command line. Viewing results directly in the command line may be useful for iterative query development using the CLI.

Queries run with these commands dont have the same metadata requirements. However, to save human-readable data you have to process each BQRS results file using the AUTOTITLE plumbing subcommand. Therefore, for most use cases its easiest to use database analyze to directly generate interpreted results.