sql-examples
sql-examples copied to clipboard
How do you show a table's schema?
I have tried \d, \d+, \dt and describe with the table_name and public.table_name and public."table_name" but had no luck. What's the command to describe columns and constraints on any table? I can add it in a new PR.