using multuiple tables
using multuiple tables
Hi, I´m still fairly new is this area. The plugin is great, but I´m having problems to make it correctly.
I have one table with a lot of codes, I need the table the present the values that the code represent, wich is on other tables.
I normally use use:
Select table1.column1, table2.column1 From table1, table2, Where table1.column1=table2.column1
but, i don´t how to do it using the server-processing.php file that i got from here.
Any help will be greatly appreciated.
I have one table with a lot of codes, I need the table the present the values that the code represent, wich is on other tables.
I normally use use:
Select table1.column1, table2.column1 From table1, table2, Where table1.column1=table2.column1
but, i don´t how to do it using the server-processing.php file that i got from here.
Any help will be greatly appreciated.
This discussion has been closed.