The Artima Developer Community
Sponsored Link

Java Answers Forum
Can I use "sum(column) - count(*)" in Hypersonic?

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
XiangChong

Posts: 1
Nickname: flybird
Registered: Jul, 2002

Can I use "sum(column) - count(*)" in Hypersonic? Posted: Jul 16, 2002 1:06 AM
Reply to this message Reply
Advertisement
I have a sql sentence is
"SELECT sum(new_int)-count(*) from new_tbl".
I can use it in Oracle and SQLSERVER,but when i used it in Hypersonic, the system told me "The unexpected error Count..".How can i solve the problem? Should i use sql sentences like that in Hypersonic?
I have tried the sql as "(sum(new_int)-count(*)) AS 'a'",but system told me wrong again.

Topic: [Microsoft][ODBC Microsoft Access Driver] Join expression not supported?? Previous Topic   Next Topic Topic: New Mock Exam

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use