Skip to content
This repository was archived by the owner on Feb 27, 2023. It is now read-only.

Where = fonksiyon , diyebilmek? #34

@tolgaslan2

Description

@tolgaslan2
$arr = $db->from("availability")
    ->select("availability_title")
    ->where("availability_date1","current_date()")
    ->all();

Burda availability_date1 sütunu bugüne eşit olanları çekmek istiyorum . Fakat fonksiyon kullandığım için string olarak alıyor heralde.

where availability_date1='current_date()' şekline çeviriyor.
where availability_date1=current_date() bu ise benim isteğim. Tekrar dökümanlara bakıcam ama bulamamıştım.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions