I tried several methods but couldn't get the right result.
ORDER BY FIELD(c.id, '1,0,3,4')
What is the equivalent in query builder?
Do you have any suggestions?
I tried several methods but couldn't get the right result.
ORDER BY FIELD(c.id, '1,0,3,4')
What is the equivalent in query builder?
Do you have any suggestions?
You're free to run raw SQL queries in Codeigniter v4.
Standard Query With Multiple Results (Object Version)