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

EDIT: I have a table with 3 rows like so. ID NAME REV 1
Does WiX not have the concept of generic cultures? EDIT : specifically, is it
Can I unit test Informatica Powercentre workflows? EDIT: More specifically, can I mock sources
does anyone know how you edit/maintain regions in magento - specifically adding ones for
Edit: Translated I have a RSS-feed that i want to parse. It's a podcast
If you are talking about btrees, I wouldn't imagine that the additional overhead of
EDIT: Specifically compression and extraction speeds. Any Suggestions? Thanks
What is the style recommendation for the Java string concatenation operator +? Edit: Specifically,
This is probably a stupid question but will ask anyway sine I have no
EDIT: I am using Firefox 3.1+ specifically, as this is an intranet application. I

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.