Hi,
I just want filtering the answers of my table.
For example :
I have a table with 1 column name.
I just want to show in chronoconnectivity the lines where name = Bill.
I don't find how to use the where sql function.
If you have any example to see how can I do it...๐
Sorry for my english...but I speek french ๐ถ
I just want filtering the answers of my table.
For example :
I have a table with 1 column name.
I just want to show in chronoconnectivity the lines where name = Bill.
I don't find how to use the where sql function.
If you have any example to see how can I do it...๐
Sorry for my english...but I speek french ๐ถ
Hi Laurent,
In the Where box for ChronoConnectivity you can enter WHERE `name` = 'Bill'
There's a thread here that explains how to make more complicated WHERE queries if you need them.
Bob
In the Where box for ChronoConnectivity you can enter WHERE `name` = 'Bill'
There's a thread here that explains how to make more complicated WHERE queries if you need them.
Bob
This topic is locked and no more replies can be posted.