Want to access all of our courses? (30 h 33 min)
You also get:
Already a member? Login here
$tasks = Task::selectRaw('id,description, month(created_at) as created_month ') ->whereRaw('month(created_at)= ?', request('month')) ->get();
above code giving error
What is the actual error message?
Tell us what you like or what we can improve
Feel free to share anything you like or dislike about this page or the platform in general.
Your feedback has been received. We truly appreciate you taking the time to help us improve.
$tasks = Task::selectRaw('id,description, month(created_at) as created_month ') ->whereRaw('month(created_at)= ?', request('month')) ->get();
What is the actual error message?