[SQL] pobierz, plaintext CREATE VIEW AS SELECT * FROM tab1 t1 LEFT OUTER JOIN tab2 t2 ON t1.klucz = t2.klucz[SQL] pobierz, plaintext