Can i use SQL in Server side scripting
Can i use SQL in Server side scripting
Sunilgoel
Posts: 48Questions: 19Answers: 0
Hi Allan,
Can i use SQL where i can use "where" and "group by" clause .
if possible then please give me example.
Regards.
Sunil
This discussion has been closed.
Answers
Hi Sunil,
The server-side processing libraries in Editor, and the demo script from DataTables, do not support GROUP BY I'm afraid.
However, the Editor libraries do support WHERE conditions.
Regards,
Allan
Hi Allan,
can you send me example in non-editor server-side processing where i can see how to use "where conditions"
Regards.
Sunil
Hi Allan,
I am waiting answer from you. I have two question.
I am using Non-editor mode of DataTables.
Regards.
Sunil
Hi Sunil,
The
WHERE
conditions documentation that I linked to above will work for both server-side processing and client-side processing. The Editor PHP libraries dynamically adapt for each case.Allan