how do i ignore the backticks in codeigniter when using active records? i need to order by cases
case when roll_number is null then 1 else 0 end,
which code igniter makes it as
ORDER BY `case` when roll_number is null then 1 else 0 end
which gives me an error. Please help
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…