Dear experts,

I create a linktable with int column on mysql, do following wlect statement.

SELECT * FROM LINKPOSITIONS where   Id> 10000
Column "ID" not found; SQL 
statement:<http://192.168.0.6:8082/query.do?jsessionid=e66921908c127a8ec88b4cb22e8d1233#>

SELECT * FROM LINKPOSITIONS where   'Id'> 10000
Data conversion error converting "Id"; SQL 
statement:<http://192.168.0.6:8082/query.do?jsessionid=e66921908c127a8ec88b4cb22e8d1233#>

Any suggestion on how to make it work?

Thanks!

Chiiwen

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/h2-database/-/W55HOb4NvX0J.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en.

Reply via email to