view the date to which I didn't get the interview

Hello
I have interview_detail table with two columns
1. the date of the interview
2 personname
with the following data

Interview_ detail
Interview date personname
ARP / 10/09 aa
12 / Arp / 09 bb
13-Arp-09 aa
15-Arp-09 cc
17 / Arp / 09 dd
20 / Arp / 09 bb
21-Arp-09 aa
25-Arp-09 aa
27 Arp-09 aa
30 / Arp / 09 bb

In the table, the data is inserted only at the interview was taken and who took the interview
My question is I want to display the date to which I didn't get the interview

should be like this

ARP-11-09
14 / Arp / 09
16 / Arp / 09
18 Arp--09
ARP-19 / 09
22-Arp-09
ARP-23 / 09
ARP-24 / 09
ARP-26 / 09
28 / Arp / 09
ARP-29 / 09


PL give some examples for this

Thank you

>

Well, you hard 10 April 09 and you hardcoded the difference between the first and lst interview dates. Generic solution would be:

with interview_detail as (
                          select to_date('10-Apr-09','dd-mon-yy') interview_date,'aa' personname from dual union all
                          select to_date('12-Apr-09','dd-mon-yy'),'bb' from dual union all
                          select to_date('13-Apr-09','dd-mon-yy'),'aa' from dual union all
                          select to_date('15-Apr-09','dd-mon-yy'),'cc' from dual union all
                          select to_date('17-Apr-09','dd-mon-yy'),'dd' from dual union all
                          select to_date('20-Apr-09','dd-mon-yy'),'bb' from dual union all
                          select to_date('21-Apr-09','dd-mon-yy'),'aa' from dual union all
                          select to_date('25-Apr-09','dd-mon-yy'),'aa' from dual union all
                          select to_date('27-Apr-09','dd-mon-yy'),'aa' from dual union all
                          select to_date('30-Apr-09','dd-mon-yy'),'bb' from dual
                         )
 select  min_dt + level - 1 no_interview_date
   from  (
          select  min(interview_date) min_dt,
                  max(interview_date) max_dt
            from  interview_detail
         )
   connect by level <= max_dt - min_dt + 1
minus
 select  interview_date
   from  interview_detail
/

NO_INTERVIEW_DATE
--------------------
11-APR-09
14-APR-09
16-APR-09
18-APR-09
19-APR-09
22-APR-09
23-APR-09
24-APR-09
26-APR-09
28-APR-09
29-APR-09

11 rows selected.

SQL> 

SY.

Tags: Database

Similar Questions

  • How to view the monthly/annual statistics in terms of time past/calories burned, broken down by each individual activity such as run elliptical/outside etc. Y at - it a third party application that can help me to collect and display these data?

    How to view the monthly/annual statistics in terms of time past/calories burned, broken down by each individual activity such as run elliptical/outside etc. Y at - it a third party application that can help me to collect and display these data?

    Hello

    It is not currently possible to review the data the application integrated in activity or training on this basis. If you want Apple to consider adding this feature, you can suggest here:

    https://www.Apple.com/feedback/watch.html

    However, health and fitness data from other sources, iPhone, and Apple Watch are registered and grouped within the health on iPhone app. These data can be exported, which you may find useful to track the cumulative progress and/or analyze your activity more in detail.

    IPhone app activity also has a button for sharing (top right of the screen) that allows to share data - including social media, Messages, Mail, Notes, and a printer.

    Include third-party applications that can be useful, for example:

    Access to QS

    -"Access your HealthKit data in a table so you can Explorer using numbers, Excel, R, or any other tool compatible CSV."

    - https://itunes.apple.com/gb/app/qs-access/id920297614?mt=8

    SpectaRun workouts

    -"View from the workouts of your Apple Watch on your iPhone and to export these workouts so you can download them to your favorite online running community."

    - https://itunes.apple.com/gb/app/spectarun-workouts/id991723862?mt=8

    Data can also be exported directly from the application of the health (Health Data > All - Share at the top button on the right).

    Check the descriptions and support resources for third party applications for supported details of import and data analysis features.

    More information:

    Use the activity on your Apple Watch - Apple Support

    Use of the workout on your Apple Watch - Apple Support

    http://www.Apple.com/watch/health-and-fitness/

  • When you view images as icons, which is the blue square with 2 "superior to" symbols.

    When you view images as icons, which is the blue square with 2 "superior to" symbols and how do I get rid of them?

    If you are running Norton 360 or McAfee backup online-
    MozyHome backup... the following links may be worth a visit:

    Green checkmark or icon collection blue arrows displayed files in Windows
    Explorer:
    http://www.Winhelponline.com/blog/green-tick-or-blue-arrows-icon-overlay-displayed-for-files-in-Windows-Explorer/

    If you do not need the backup indicators feature you can turn off by
    by clicking settings in the main window of Norton 360, disable the backup
    Status indicators check box and click Close.

    If you use MozyHome backup... Take a look at the following links:
    (McAfee backup online = MozyHome)

    Why the Green checkmarks or other symbols appear on my file and folder
    icons?
    http://docs.Mozy.com/docs/en-user-home-win/FAQ/concepts/commissue_green_checkmarks_c.html

    How to add or remove the MozyHome download status icons on my data
    files?
    http://docs.Mozy.com/docs/en-user-home-win/FAQ/tasks/commonissue_disable_greencheck_c.html#task_C34D204F371D411C861979F3DDD4FDE1

  • View the integration queue data

    Hello

    I have implemented a workflow creates an integration event and configured to follow the fields suitable, but I was wondering if it is possible to view the data that are followed by the integration event?

    There is a record in "Number of Transactions in the queue" which is just a test, but I don't see how to display it, if anyone could help that would be great!

    Thank you

    There is no user interface or an Assistant to see data within the queue, the only option is to query the queue using Web Services integration

    Kind regards
    Deepak: kamal

  • How to view the zero in the dashboard reports when there is no data in the database?

    I'm generation of trend analysis report

    in which I not show. so each month on a site web, I have all the data for a given month July (because there is no success during the previous month), report is generated with all months except JULY.

    Is their any way to view the zero with the name of the month when there is no data (unsuccessfully) in the database?

    ex.
    Jan 10
    20 February
    15 March
    Apr 4
    May 12
    June 16
    July 0 <---(display zero here)
    August 11
    9 sep
    .
    .
    Dec 8

    You owe us an outerjoin:

    http://obiee101.blogspot.com/search/label/outer%20JOIN

    concerning

    John
    http://obiee101.blogspot.com

  • I thought WWDC 2016 TEU June 13 at 10 am PDT. Some sites say that the event is from 13 to 17 June. What is the date on which they will announce if there are new products coming out. What is 13?

    I thought WWDC 2016 was just June 13 at 10 am PDT. Some sites say that the event is from 13 to 17 June. What is the date on which they will announce if there are new products coming out. What is 13?

    WWDC is the 13th week, not a single day. However, at 10:00 13 will be the speech. It's what you want to watch. You can download the application to your computer via: Developer Apple WWDC Watch - WWDC -. You can download the app for iPhone, iPad, or contact via the iTunes Store.

  • I'll be able to view the whatsapp on iCloud drive backup data

    Hello

    I backed up my data from app whats on iCloud drive, and in the application of what it shows the last backup Date and time

    It also shows the total and video size.

    Now I'm in iCloud reader app on my iPhone with iOS 9.2.1 5 I couldn't see whats app data backup on iCloud drive

    Ideally, you should be able to view the data on iCloud drive or not?

    Thank you.

    You cannot view the backups and their content.

  • How to view the anticipated date of 3 days bb

    Greetings

    How to view the early date to 3 days with bb.

    I was able to view the current in bb, but can not able to display the date fututre.

    Help, please

    concerning

    Anthony singh

    Hello

    Add 3 days to the current date.

    days3 long = (3 * 24 * 60 * 60 * 1000);   MS

    TimeFormat SimpleDateFormat = new SimpleDateFormat ("YYYY/MM/DD HH: mm: EEE");
    timeString = «"+ timeFormat.formatLocal (System.currentTimeMillis () + Days3);»

    Thank you

    Stephenson

  • On the forms send us and receive in return, data in the form of fields will be not print.  We can view the data, but the fields to print Virgin.  How can I fix it?

    On the forms send us and receive in return, data in the form of fields will be not print.  We can view the data, but the fields to print Virgin.  How can I fix it?

    OK, it's different. These text boxes are (at least engineering point of view) not considered form data, they are annotations (or markup). On your print dialogue box, you will see a group of "Comments & Form". Make sure that the first control is set to "Document and annotations:

    After this change, you should see the markup of your impressions.

  • view the data in SQL

    I was able to use ASP to retrieve data from SQL database by using something like the one below:

    SQL = "SELECT PageName",

    SQL = SQL & "CONVERT (NUMERIC (6,2), AVG(Rating * 1.00))" AVERAGE ".

    SQL = SQL & 'COUNT (Rating) AS Total',

    SQL = SQL & "SUM(CASE WHEN Rating = 1 THEN 1 ELSE 0 END) AS [Star1Total]"

    SQL = SQL & "SUM(CASE WHEN Rating = 2 THEN 1 ELSE 0 END) AS [Star2Total]"

    SQL = SQL & "SUM(CASE WHEN Rating = 3 THEN 1 ELSE 0 END) AS [Star3Total]"

    SQL = SQL & "SUM(CASE WHEN Rating = 4 THEN 1 ELSE 0 END) AS [Star4Total]"

    SQL = SQL & "SUM(CASE WHEN Rating = 5 THEN 1 ELSE 0 END) AS [Star5Total].

    SQL = SQL & "FROM [SDBI]. [dbo]. [GnieRatePage] "

    SQL = SQL & "GROUP BY PageName".

    SQL = SQL & "ORDER BY PageName".

    I then post on the help page:

    Response.Write ("PageName") Recordset

    What I need, it of to transmit these data to Flash and let Flash to view the coast. How to do by way of ASP?

    Thank you

    I don't use the proper syntax for writing couples variable/value with asp, but, if this is the case, use:

    var myTextLoader:URLLoader = new URLLoader();

    myTextLoader.dataFormat = pouvez;

    myTextLoader.addEventListener (Event.COMPLETE, onLoaded);

    function onLoaded(e:Event):void

    {

    for {(var s:String in e.target.data)

    trace (s, e.Target.Data [s]);

    }

    myTextLoader.load (new URLRequest ("read_page_rating.asp"));

  • Data store 'datastore1' is in conflict with a store of data that exists in the data center which has the same URL (.), but is back different physical storage

    Hello

    I am new to vCenter Server, so you can assume that I'm missing something obvious.

    I installed vCenter Server 5.5 and one of the two hosts of re-usable ESXi 5.0.0 connected correctly. When I try to connect to the second 5.0.0 ESXi host, I get the error message:

    Data store 'datastore1' is in conflict with a store of data that exists in the data center which has the same URL (.), but is supported by different physical storage

    I Googled it and found what I think are the best answers that are successful, but they all seem pretty unique in their situation (they have a cluster, I do not have) etc. Some solutions involve disconnecting the store of data and reconstruction of things. I would not make things worse and can live without doubt with the help of vSphere client (and not the web client) until maybe I can start again with a 5.5 installation to a new host once I have back up everything from the host unconnectable. I closed all the VM on the host of the second. I have put in maintenance mode. I've renamed the data store, all to nothing does not.

    Thanks in advance

    The problem is that a whole army could not be connected to vCenter due to the problem, the solution involving disconnection of the host apply.

    Here is how I solved the problem:

    1 use the client vSphere client heavy, connect you to the host that cannot not be connected to vCenter Server.

    2. click on the host computer, and then click the Configuration tab.

    3. click on "storage".

    4. find the offending on the right data store.

    5. right click on the data store incriminated and click 'remove '.

    6. click on 'Add storage' in the top right.

    7. follow the steps to find this data not mounted store. I gave him a new name just to be sure, even if it's probably not necessary.

  • Creating folders in the view of data with powercli store

    Hello

    We try to automate some parts of a build script and we want to create a folder in the view of data warehouses to move all the local disk.  the only place that I can create a folder has been the point of view of Cluster, DataCenter and VM.  is there a way to do this?

    Thank you

    Matt

    This is a hidden folder named "datastore".

    You can do

    $dsHome = Get-Folder -Name datastoreNew-Folder -Name MyFolder -Location $dsHome
    

    Note that there is 1 folder "data store" by the data center.

    If you have more than 1 data center in your vCenter, you need to indicate what you want "datastore" folder from the data center.

    $dc = Get-Datacenter -Name DC$dsHome = Get-Folder -Name datastore -Location $dcNew-Folder -Name MyFolder -Location $dsHome
    
  • Helps the management of records in the "VM and Templates view" as well as the view of data warehouses

    All,

    I have 2 questions.

    (1) in the 'view of VM and models', we have organized our virtual center of demand for the two years.  However, there are still many persistent VM in the folder root from this point of view.  How can I export the virtual machine from this point of view only and exclude the virtual machine already in a subfolder.

    For example, I have VM in APP1 and APP2 APP3 records.  However, there are still hundreds of virtual machines to the root.  When I try to view the virtual machine in the root folder, I get a list of everything, including the virtual machine in APP1 and APP2 APP3 records.

    (2) according to the data center, I have hundreds of data stores.  How can I make a list of people (about 200) and move them to a folder in this point of view.

    For example, I have 100 stores of data that are specific to the exchange environment.  I would like to move all of those in an Exchange_LUN folder so that I can set different alarm setpoints.

    All your data warehouses and folders have names unqiue, try the following

    $currentDir = pwd
    cd vmstores:
    Import-Csv -Path "C:\MyFile.csv" | %{
        $tgtFolder = Get-Folder -Name $_.Folder
        $ds = Get-Datastore -Name $_.Datastore
        $dsMoRef = @($ds.extensiondata.MoRef)
        $tgtFolder.ExtensionData.MoveIntoFolder($dsMoRef)
    }
    cd $currentDir
    
  • Happy necessary viewer on ipad or android devices to view the E-books, which was of indesigns?

    Hello

    Is happy viewer is obligatory required to view digital E-book which is made by adobe indesign or observer can install as applications on Ipad/tablet,.

    We do ebook which we place 3 videos, 2 forms and many pinch photographs of the zoom feature in E-book.

    Do not confuse DPS and ebooks. DPS is a solution to create customized and applications for iPad, iPhone and Android Tablets of the brand. Adobe Content Viewer is used to display a preview of the content designed for applications of DPS on the real device before creating applications.

  • With the help of 123greetings and cannot view the images text only. Which branch is missing?

    Why can I not see all media and images when I download a 123 greetings ecard.

    Thank you

    Hello

    1 are you facing this problem with this site?

    2. what web browser are you using to view the website?

    3. what version of Internet Explorer is installed on your computer?

    I suggest you to try the steps in the following Microsoft article and check if this may help.

    Images are not displayed on Web sites in Internet Explorer:

    http://support.Microsoft.com/kb/283807

    Why can I not see the images on a Web site?

    http://Windows.Microsoft.com/en-us/Windows-Vista/why-cant-I-see-the-pictures-on-a-website

    Note: it also applies to Windows XP.

    Can't access some Web sites in Internet Explorer : http://support.Microsoft.com/kb/967897

    Disclaimer : Reset Internet Explorer settings can reset security settings or privacy settings that you have added to the list of Trusted Sites. Reset the Internet Explorer settings can also reset parental control settings. We recommend that you note these sites before you use the reset Internet Explorer settings.

     

    Hope the information is useful.

Maybe you are looking for