[elektro-etc] SQL kérdés

Hofferek Attila hofi at soka.co.hu
Sat Sep 11 21:34:38 CEST 2010


helyesebben

select
l.log_id,l.log_date,l.user_id,l.type
from
logs l, users u
where
l.user_id=u.user_id
and
u.user_del != 1
and
u.user_status != 1
and l.log_date between 'kezdo datum' and 'vege datum'



More information about the Elektro-etc mailing list