Question
Recordset filter only odd or even numbers
Hello
Using php environment, I wish to make two dynamic tables side by side on the same page, but I want one to only show a recordset with odd row entries from a mySQL database table, while the other shows the even entries from a mySQL database table.
for example - the first one would only filter id_article =1, 3, 5 etc...
while the second would only fitler id_article =2,4,6 etc...
Therefore, what should I write in the recordset window under filter?
id_article = ?
Thank you :D
Using php environment, I wish to make two dynamic tables side by side on the same page, but I want one to only show a recordset with odd row entries from a mySQL database table, while the other shows the even entries from a mySQL database table.
for example - the first one would only filter id_article =1, 3, 5 etc...
while the second would only fitler id_article =2,4,6 etc...
Therefore, what should I write in the recordset window under filter?
id_article = ?
Thank you :D
