Re: Not sure how to use psql

From: hubert depesz lubaczewski <depesz(at)depesz(dot)com>
To: Cravan <savageapple850(at)gmail(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Not sure how to use psql
Date: 2019-06-12 10:30:22
Message-ID: 20190612103022.azotr2vpvn75ojgd@depesz.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

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

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Cravan 2019-06-12 10:48:29 Error when doing sql
Previous Message Cravan 2019-06-12 09:49:59 Not sure how to use psql