====== SQL ====== ===== Operace s relacemi ===== * [[https://www.postgresql.org/docs/9.1/static/sql-createtable.html|vytvoření tabulky]] CREATE TABLE XXXX IF NOT EXISTS { id integer, txt varchar[256], PRIMARY KEY(id) }; ===== Operace s daty =====