LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

WHERE clause doesn't work in certain column

You already were given an example. That's exactly what Steve showed. What were you looking for?

 

Are you looking for exact matches or "like" matches. The "=" performs exact matches. Perhaps this is your real problem. Perhaps you should be using LIKE. http://www.developerfusion.com/article/3998/mysql-tutorial/7/

0 Kudos
Message 11 of 12
(483 Views)
Another suggestion is to put a string indicator on the input to the execute VI. Copy the SQL from the string amd paste it into your MySQL command interpreter.
=====================
LabVIEW 2012


0 Kudos
Message 12 of 12
(476 Views)