1. payment(user_id, calculation_id)
2. user(id, user_name)
3. calculation(id, period_start_date, period_end_date)
I user_name
, period_start_date
, period_end_date
ile payments
seçmeniz gerekir. Ben Zend Framework bir sorgu içinde nasıl yapabilirim?
Çok teşekkürler.