Hi,
how to create custom query on grocery crud?
i try this one but the result isnt perfect
/topic/1963-simple-guide-to-executing-custom-queries/
here my query
select pin, COUNT(*) as Matakuliah, id_kelas from data_absen group by pin;
⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠
Posted 25 June 2016 - 02:49 AM
Hi,
how to create custom query on grocery crud?
i try this one but the result isnt perfect
/topic/1963-simple-guide-to-executing-custom-queries/
here my query
select pin, COUNT(*) as Matakuliah, id_kelas from data_absen group by pin;