<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Forum PostgreSQL - Problem z insert into(?)]]></title>
	<link rel="self" href="http://forum.postgresql.org.pl/extern.php?action=feed&amp;tid=1223&amp;type=atom"/>
	<updated>2012-02-13T09:29:56Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.postgresql.org.pl/viewtopic.php?id=1223</id>
		<entry>
			<title type="html"><![CDATA[Odp: Problem z insert into(?)]]></title>
			<link rel="alternate" href="https://forum.postgresql.org.pl/viewtopic.php?pid=3426#p3426"/>
			<content type="html"><![CDATA[[url]http://www.postgresql.org/docs/current/static/sql-keywords-appendix.html[/url]

Nazwa user to słowo kluczowe Postgresa (i zarazem SQL'a), ew. możesz użyć "user" tj. w cudzysłowiu, ale lepiej generalnie unikać takich nazw.]]></content>
			<author>
				<name><![CDATA[gszpetkowski]]></name>
				<uri>https://forum.postgresql.org.pl/profile.php?id=1223</uri>
			</author>
			<updated>2012-02-13T09:29:56Z</updated>
			<id>https://forum.postgresql.org.pl/viewtopic.php?pid=3426#p3426</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Problem z insert into(?)]]></title>
			<link rel="alternate" href="https://forum.postgresql.org.pl/viewtopic.php?pid=3424#p3424"/>
			<content type="html"><![CDATA[Witam! Zainstalowalem dzisiaj baze PostgreSQL.
Stworzylem baze uzytkownik a w niej stworzylem tabele "user","pass","mail"
I teraz chcialbym dodac rekord do tabeli probuje w sposob taki:

[code]INSERT INTO user VALUES ('nick','haslo','mail');[/code]

W zamian otrzymuje:

[code]Błąd SQL:

BŁĄD:  błąd składni w lub blisko "user"
LINE 1: INSERT INTO user VALUES ('nick','haslo','mail');
                    ^

W poleceniu:
INSERT INTO user VALUES ('nick','haslo','mail');[/code]

O co tu chodzi ? ;|

// problem rozwiazany.]]></content>
			<author>
				<name><![CDATA[szlagus]]></name>
				<uri>https://forum.postgresql.org.pl/profile.php?id=1364</uri>
			</author>
			<updated>2012-02-13T09:16:03Z</updated>
			<id>https://forum.postgresql.org.pl/viewtopic.php?pid=3424#p3424</id>
		</entry>
</feed>
