Situacion:
a) Necesito realizar la siguiente consulta:
Pero al usarla, arroja el siguiente error:
<pre> com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''300'' at line 1</pre></p><hr><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.4.z-SNAPSHOT</a><hr/>
Utilizo 300 como Limit.
Si realizo la misma consulta desde MySQL Query Browse, funciona correctamente.
¿Que puedo estar haciendo mal en la consulta dentro de "config.properties"
Saludos
a) Necesito realizar la siguiente consulta:
config.properties:
sql.select_articulos_precios=Select a.CODIGO, a.CODIFICADO, a.NOMBRE, a.PVENTA, a.PVENTA_2, a.PVENTA_3, a.PVENTA_4, a.PVENTA_5, a.DOLARIZADO From ARTICULO a \
Where a.FECHAEGRE="0000-00-00" and Substr(a.NOMBRE,1,?)=? order by a.NOMBRE Limit 0,?
Pero al usarla, arroja el siguiente error:
<pre> com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''300'' at line 1</pre></p><hr><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.4.z-SNAPSHOT</a><hr/>
Utilizo 300 como Limit.
Si realizo la misma consulta desde MySQL Query Browse, funciona correctamente.
¿Que puedo estar haciendo mal en la consulta dentro de "config.properties"
Saludos