Hi all,
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?
Cravan
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
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
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера