- Posts: 10216
- Thank you received: 3635
Ask the community, share ideas, and connect with other LimeSurvey users!
// table_1 include column1-100, table_2 include column101-200 for($i=0; $i<=100; $i++) { CREATE table_n(column1,column2,…column100 //switch tables or get _n from another individual table switch ($column_n) { case $column_n > 100 && $column_n <= 200: $table_n = 'table_1'; break; case $column_n > 200 && $column_n <= 300 : $table_n = 'table_2'; ... //join query If you select * select * from table_1 inner join table_2
Hi,misys wrote: ....
Try it, 30mins code work.
Btw, users reminder is always been appreciated.
Hi,DenisChenu wrote:
Hi,misys wrote: ....
Try it, 30mins code work.
Btw, users reminder is always been appreciated.
You can patch the next Major LimeSurvey release, Sam is worjing on it, and we need help to get quick. github.com/SamMousa/LimeSurvey
Remind :
- need to work on more SQL the mySQL only
- need to be easily updatable (when we all our old user's update 1.90 version for example)
- need to be maintainable
We have a project to do big optimisation on SQL table, need some times. Maybe if we sell LimeSurvey a lot of money ....