Hi, As I can see, your value type name (so is a table name) is "Categories". So the right query in your case is:
select * from Categories Best Regards, Igor On Fri, Mar 31, 2017 at 1:00 PM, kavitha <[email protected]> wrote: > Hi Igor, > > Thanks for your response. I specified QueryEntity in my configuration file. > But I got below error. Could you please help me how I resolve this? > > Additional information: ERROR [HY000] javax.cache.CacheException: class > org.apache.ignite.IgniteException: Failed to parse query: select * from > NORTHWND > > > > > > -- > View this message in context: http://apache-ignite-users. > 70518.x6.nabble.com/Connect-to-SQL-DB-tp11180p11600.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. >
