I'm trying to fire a select query in sql2 and facing problem.

The query is as follows:
*select tag.*,fileinfo.* from [Invioce] as tag,[fileInfo] as fileinfo where
fileinfo.[size]=561276 *

The Error message that i'm getting while executing the query is as follows:
*javax.jcr.query.InvalidQueryException: Query:
select tag.*,fileinfo.* from [Invioce] as tag,(*)[fileInfo] as fileinfo
where fileinfo.[size]=561276; expected: <end>*

Is it possible to execute such type of query in sql2. or the query have some
bugs if so pls help me.

Thanks



--
View this message in context: 
http://jackrabbit.510166.n4.nabble.com/Error-in-sql2-while-firing-a-select-query-tp4658909.html
Sent from the Jackrabbit - Users mailing list archive at Nabble.com.

Reply via email to