Re: Not sure how to use psql

From: Pat Wright <sqlasylum(at)gmail(dot)com>
To: depesz(at)depesz(dot)com
Cc: Cravan <savageapple850(at)gmail(dot)com>, pgsql-novice(at)postgresql(dot)org
Subject: Re: Not sure how to use psql
Date: 2019-06-12 13:39:30
Message-ID: CAO9W5TFC=2v3x3EL8USbijzCDjFYVa19MvN6Qh3phddzSnFpeA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

I would suggest checking out this guide to get familiar with PSQL.

http://postgresguide.com/utilities/psql.html

On Wed, Jun 12, 2019 at 4:30 AM hubert depesz lubaczewski <depesz(at)depesz(dot)com>
wrote:

> 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
>
>
>

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message David Raymond 2019-06-12 14:44:09 RE: Error when doing sql
Previous Message Cravan 2019-06-12 13:27:04 Re: Error when doing sql