Forum: Python Aug 26th, 2008 |
| Replies: 3 Views: 891 Thanks guys, I allready took the hard way:
x_domyslne='insert into prodzina (ID_prac,stan_cywilny,ilosc_dzieci,ubezpieczenie) values ((select id_prac from ppracownicy where nazwisko='+a+nazw+a+'... |
Forum: Python Aug 22nd, 2008 |
| Replies: 3 Views: 891 Hey, I'm having trouble dealing with this - I made a table:
create table prodzina(
ID_prac integer references Ppracownicy,
stan_cywilny varchar(20),
ilosc_dzieci integer,
ubezpieczenie bool);... |