Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
When running the
psql postgres
CLI, you do use a semicolon to let the CLI know to start processing the statement.You need to use semicolons when you have multiple querries in the same file. This way the aplication which runs the file, e.g. DBeaver, will know when a querry ends and a new one starts.
This didn't work out for me, I don't know why so I have unlocked the solution.
I don't know much about SQL but I think semicolons are used to separate, not terminate statements.
So if you have several statements, you would use a semicolon between them.
Isn't a semi-colon necessary after a query?
(Just started learning SQL)