You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CURRENT_DATE - INTERVAL 3 DAYS tırnaklar içinde gittiği için sorgu gerçekleşemiyor. Bu tarz sorgular konusunda $db->query() kullanımı dışında önerileriniz için şimdiden teşekkürler.
The text was updated successfully, but these errors were encountered:
where kısmında created_at < CURRENT_DATE - INTERVAL 3 DAYS bulunan sorguyu pdox ile kullanamadım.
$db->table("hesaplar")->where("created_at" '<', 'CURRENT_DATE - INTERVAL 3 DAYS')->limit(1)->get();
CURRENT_DATE - INTERVAL 3 DAYS tırnaklar içinde gittiği için sorgu gerçekleşemiyor. Bu tarz sorgular konusunda $db->query() kullanımı dışında önerileriniz için şimdiden teşekkürler.
The text was updated successfully, but these errors were encountered: