Group By in server side scripting

Group By in server side scripting

ican.jayeshican.jayesh Posts: 2Questions: 1Answers: 0
edited October 2016 in Free community support

Hello Allan

I am using server side scripting method to generate datatable But I don't khow how to apply group by in sql query

Thanks

Answers

  • allanallan Posts: 61,667Questions: 1Answers: 10,096 Site admin

    Hi,

    The demo ssp.class.php script doesn't support GROUP BY operations I'm afraid. You would need to either modify it to suit your needs, or create your own script that would work that way.

    Allan

    p.s. I've deleted your duplicate question. Please don't post duplicates.

  • ican.jayeshican.jayesh Posts: 2Questions: 1Answers: 0

    Hi Allan,

    Thanks for your support and Sorry for duplicate post..
    But i am not use ssp.class.php i am use following method to generate table

    https://editor.datatables.net/examples/simple/server-side-processing.html

    Thanks

  • allanallan Posts: 61,667Questions: 1Answers: 10,096 Site admin

    Okay - thanks, I wasn't aware that you were using Editor. I'm sorry to say that Editor currently does not support grouping and aggregation methods. That is something I hope to add in future, but it is not something that is currently possible.

    Regards,
    Allan

This discussion has been closed.