The output:

karaf@root>jdbc:query sacomarDS select count(*) from Mensajes
COUNT(*)
--------
6476
karaf@root>jdbc:query sacomarDS "select count(*) from Mensajes"
Error executing command jdbc:query: too many arguments specified
karaf@root>jdbc:query sacomarDS "select count (*) from Mensajes"
Command not found: *
karaf@root>



--
View this message in context: 
http://karaf.922171.n3.nabble.com/jdbc-commands-manual-tp4047859p4047863.html
Sent from the Karaf - User mailing list archive at Nabble.com.

Reply via email to