Re: Not sure how to use psql
hubert depesz lubaczewski <[email protected]> Wed, 12 Jun 2019 12:30:22 +0200
| Newsgroups | gmane.comp.db.postgresql.novice |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Jun 12, 2019 at 05:49:59PM +0800, Cravan wrote: > I’m new to the sql language and recently learnt about psql, and have > some questions about it. Firstly, after typing psql (mydatabase) in > the shell, do I directly start coding? Next, when I create a table, > must my headings be necessarily lowercased? Lastly, can someone help > me figure out why I got this wrong? You forgot "," at the end of previous line. depesz