If you’ve ever run .help mode
in the DuckDB command line interface (CLI), you may have noticed that it returns information about the .mode
command, including its syntax.
You might’ve noticed that there’s a ?TABLE?
part in the syntax. What’s this about? Maybe you’ve tried it out and found that it didn’t appear to do anything?
In this article, I’ll explain what the ?TABLE?
part is for, and I’ll run an example to demonstrate.