Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3999124
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T07:36:59+00:00 2026-05-20T07:36:59+00:00

EDIT: Specifically talking about querying against no table. Yes I can use exists, but

  • 0

EDIT: Specifically talking about querying against no table. Yes I can use exists, but I’d have to do

select case when exists (blah) then 1 else 0 end as conditionTrue
from ARealTableReturningMultipleRows

In T-SQL I can do:

select case when exists(blah) then 1 else 0 end as conditionTrue

In Oracle I can do:

select case when exists(blah) then 1 else 0 end as conditionTrue from DUAL

How can I achieve the same thing in HQL?

select count() seems like the second-best alternative, but I don’t want to have to process every row in the table if I don’t need to.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T07:36:59+00:00Added an answer on May 20, 2026 at 7:36 am

    Short answer: I believe it’s NOT possible.

    My reasoning:

    According to Where can I find a list of all HQL keywords? Hibernate project doesn’t publish HQL grammar on their website, it’s available in the Hibernate full distribution as a .g ANTLR file though.

    I don’t have much experience with .g files from ANTLR, but you can find this in the file (hibernate-distribution-3.6.1.Final/project/core/src/main/antlr/hql.g):

    selectFrom!
            :  (s:selectClause)? (f:fromClause)? {                                                                                                    
                    // If there was no FROM clause and this is a filter query, create a from clause.  Otherwise, throw                                
                    // an exception because non-filter queries must have a FROM clause.                                                               
                    if (#f == null) {                                                                                                                 
                            if (filter) {                                                                                                             
                                    #f = #([FROM,"{filter-implied FROM}"]);                                                                           
                            }                                                                                                                         
                            else                                                                                                                      
                                    throw new SemanticException("FROM expected (non-filter queries must contain a FROM clause)");                     
                    }                                                                                                                                 
    

    which clearly states there are some HQL queries having no FROM clause, but that’s acceptable if that’s a filter query. Now again, I am not an expert in HQL/Hibernate, but I believe a filter query is not a full query but something you define using session.createFilter (see How do I turn item ordering HQL into a filter query?), so that makes me think there’s no way to omit the FROM clause.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Can I unit test Informatica Powercentre workflows? EDIT: More specifically, can I mock sources
I have a .NET 2.0 project that needs to use a COM component (specifically
EDIT: This question is more about language engineering than C++ itself. I used C++
Edit : Solved, there was a trigger with a loop on the table (read
Edit: I have solved this by myself. See my answer below I have set
If you are talking about btrees, I wouldn't imagine that the additional overhead of
Edit: This question was written in 2008, which was like 3 internet ages ago.
Edit: From another question I provided an answer that has links to a lot
EDIT: This was formerly more explicitly titled: - Best solution to stop Kontiki's KHOST.EXE
EDIT: Learned that Webmethods actually uses NLST, not LIST, if that matters Our business

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.