Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so dont bother with any of their useless mail servers here and just use oauth login instead. Thank the nice Russians for causing that. :)
Paste
Pasted as SQL by registered user adam ( 14 years ago )
select director_id,data from
(
select * from filmy order by data desc
)
group by director_id;
select director_id,tytul from
(
select * from filmy order by dochod-budzet desc
)
group by director_id;
Revise this Paste