SELECT DISTINCT
aa.id,
aa.id_user,
aa.id_outlet,
aa.array_tanggal as plan_date
FROM
visit_plan_outlet AS aa
WHERE
aa.array_tanggal IS NOT NULL
Group BY aa.array_tanggal as plan_date
LIMIT 10
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community