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

  • SEARCH
  • Home
  • 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 8631901
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T09:16:49+00:00 2026-06-12T09:16:49+00:00

I have just started diving in to SQL analytic functions and am a little

  • 0

I have just started diving in to SQL analytic functions and am a little hung up on FIRST_VALUE, maybe it is just specific to the example query from this site:

-- How many days after the first hire of each department were the next
-- employees hired?

SELECT empno, deptno, hiredate ? FIRST_VALUE(hiredate)
OVER (PARTITION BY deptno ORDER BY hiredate) DAY_GAP
FROM emp
WHERE deptno IN (20, 30)
ORDER BY deptno, DAY_GAP;

 EMPNO     DEPTNO    DAY_GAP
---------- ---------- ----------
  7369         20          0
  7566         20        106
  7902         20        351
  7788         20        722
  7876         20        756
  7499         30          0
  7521         30          2
  7698         30         70
  7844         30        200
  7654         30        220
  7900         30        286

I am struggling with two parts of this query. First, what is the ‘?’ doing here? I have only seen it used for parameterized queries before. Second, how is the DAY_GAP actually being calculated? How does the query know to calculate the difference in days based on this query? Does it have something to do with the data type of hiredate?

  • 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-06-12T09:16:50+00:00Added an answer on June 12, 2026 at 9:16 am

    First, what is the ‘?’ doing here?

    It’s a mistake; it should be a - (minus sign). I’m guessing that Basu copied-and-pasted his Oracle transcript into a program that silently converted the ASCII minus sign into a Unicode en dash, and from there into a program that silently converted non-ASCII characters into ?.

    Second, how is the DAY_GAP actually being calculated? How does the query know to calculate the difference in days based on this query? Does it have something to do with the data type of hiredate?

    See previous; once you write it as hiredate - FIRST_VALUE(hiredate) OVER (...), it suddenly makes sense! 🙂

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

Sidebar

Related Questions

We have just started using EF 4.1 code first. I have a sql query
I've just started diving in to the crazy world that is perl and have
we have just started using a git account of our Django website project so
I have just started using RSpec and I copied the very simple test on
I have just started implementing ISet 's instead of IList 's in my project
I have just started leaning and working on xquery with java. I have a
I have just started learning python version 3 and trying to create a file
I have just started to learn how to code iOS apps. I have made
I have just started on event bubbling in jQuery so my understanding is very
I have just started using flexigrid and wanted to use the resource string to

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.