24.06.2012, 21:28
Hello. You need to learn to read the error messages.
#1: "Error #1064....near '0.000000', WZ = '0.000000'" It's telling you where the problem is in your query.
If you look below this, you can see at the point it mentioned: "WX = '0.000000, WY = '0.000000', WZ = '0.000000'"
Notice how you are missing a ' after the value for "WX".
I am seeing if I can find the problem with your other queries, but in both other error messages it tells you where the problem may be.
#1: "Error #1064....near '0.000000', WZ = '0.000000'" It's telling you where the problem is in your query.
If you look below this, you can see at the point it mentioned: "WX = '0.000000, WY = '0.000000', WZ = '0.000000'"
Notice how you are missing a ' after the value for "WX".
I am seeing if I can find the problem with your other queries, but in both other error messages it tells you where the problem may be.