Hi all
I have an external mySQL DB which I want to query. eg
SELECT col1, col2 FROM table where col3 = <sensor.value>
How would I write this query to include this variable?
Thanks
Hi all
I have an external mySQL DB which I want to query. eg
SELECT col1, col2 FROM table where col3 = <sensor.value>
How would I write this query to include this variable?
Thanks
Not possible at the moment.