Select all dates between two fields txt. How?

In a slider form 6i, I need to select all dates between two dates provided. I have two fields text Fld1 and Chp2 with the data type date. There is no table behind the two fields.
For example
': FLD1: = MARCH 1, 2013;
': CHP2: = MARCH 10, 2013;

Now I have to choose all dates between 01-mar-2013 and 2013-mar-10 '. How to do?

Gul says:
In a slider form 6i, I need to select all dates between two dates provided. I have two fields text Fld1 and Chp2 with the data type date. There is no table behind the two fields.
For example
': FLD1: = MARCH 1, 2013;
': CHP2: = MARCH 10, 2013;

Now I have to choose all dates between 01-mar-2013 and 2013-mar-10 '. How to do?

As'salamualikum Gul

Try this

SELECT TO_DATE('01-MAR-2013', 'DD-MON-RRRR') - 1 + rownum AS d
FROM ALL_OBJECTS
WHERE TO_DATE('01-MAR-2013', 'DD-MON-RRRR') - 1 + rownum BETWEEN TO_DATE('01-MAR-2013', 'DD-MON-RRRR') AND TO_DATE('10-MAR-2013', 'DD-MON-RRRR')

Hope this helps

Tags: Oracle Development

Similar Questions

  • How to return all dates between two dates?

    Hi all

    I need get all dates between two dates, Oracle SQL and PL/SQL.

    for example
    01/10/2011 - date 1
    10/11/2011 - date 2
    
    # Return Values
    01/10/2011
    10/02/2011
    03/10/2011
    .
    .
    .
    09/11/2011
    10/11/2011
    How can I get these values? Any help will be useful.

    Thank you

    Maybe

    select :start_date + level - 1 the_date
      from dual
    connect by level <= :end_date - :start_date + 1
    

    Concerning

    Etbin

  • How to make a table with all dates between two dates

    Basically, I need a vi that returns an array with elements containing all individual dates between the two dates. I am trying to build one myself... but obviously if there is already a few vi do that I would use it instead. Anyway, any help is appreciated... I'll just be over here write it too hard to pass the time.

    Just an idea

    Output is the table of dates (like timestamps) between the timestamps 'Start' and 'end '.

    Marco

  • Select the mountains between two dates

    Hi all
    How can I select all months between two dates. For example, if two dates are say 2008-05-25 and 2009-07-15, then I need following output

    May-2008
    June-2008
    July-2008
    August-2008
    September-2008
    October-2008
    November-2008
    December-2008
    January-2009
    February-2009
    March-2009
    April-2008
    May-2009
    -June 2009
    July-2009

    Thank you
    Sujnan

    Try this one

    SQL>  SELECT TO_CHAR(add_months(TRUNC(to_date('25/05/2008','DD/MM/YYYY'),'MM') ,(level-1)),'fmMonth-YYYY')
      2     FROM dual
      3    CONNECT BY level <= months_between(to_date('15/07/2009','DD/MM/YYYY'),to_date('25/05/2008','DD/MM/YYYY')) + 2;
    
    TO_CHAR(ADD_MO
    --------------
    May-2008
    June-2008
    July-2008
    August-2008
    September-2008
    October-2008
    November-2008
    December-2008
    January-2009
    February-2009
    March-2009
    
    TO_CHAR(ADD_MO
    --------------
    April-2009
    May-2009
    June-2009
    July-2009
    
    15 rows selected.
    
    SQL> 
    
  • List of continuous dates between two dates

    Hello

    I want to list all dates between two given dates (the start_date and the end_date)

    where start_date = date minimum a table
    and end_date = sysdate

    can u please guide how to build queries for this

    Thank you

    Sadiq

    CONNECT BY works from 9i upward. I recommend that an upgrade to a new version of Oracle is not what you expect. Then you need to try the solution object:

    SELECT mdv.min_date + ao.rnum - 1 date_in_range
    FROM   (SELECT rownum rnum
            FROM   all_objects) ao
         , (SELECT MIN (YOUR_DATE_COLUMN) min_date
            FROM   YOUR_TABLE) mdv
    WHERE  rownum <= sysdate - mdv.min_date + 1
    
  • Retrieve all dates between 2 date

    My dear

    If I have 2 Dates I need sql give any dates between these taches\

    for example

    I have table tab1 in this neck of table called hiredate

    I want to get the lowest dates and max then give all dates between these 2 date

    If the lowest date = 01/01/2014

    and the date max = 20/05/2014

    then sql retive

    01/01/2014

    01/02/2014

    01/03/2014

    .....

    ...

    ..

    TO

    20/05/2014

    Thanks in advance

    Hello

    user222 wrote:

    My dear

    If I have 2 Dates I need sql give any dates between these taches\

    for example

    I have table tab1 in this neck of table called hiredate

    I want to get the lowest dates and max then give all dates between these 2 date

    If the lowest date = 01/01/2014

    and the date max = 20/05/2014

    then sql retive

    01/01/2014

    01/02/2014

    01/03/2014

    .....

    ...

    ..

    TO

    20/05/2014

    Thanks in advance

    If you want rows with the date the lowest, highest and any date between these two then:

    SELECT *- or whatever the columns that you want to

    OF tab1

    WHERE hiredate IS NOT NULL;

    I hope that answers your question.

    If this isn't the case, please post a small example data (CREATE TABLE and only relevant columns, INSERT statements) for all of the tables involved and the results desired from these data.

    In the case of a DML (such as INSERT) operation the sample data should show what look like the paintings before the DML, and results will be the content of the or a modified tables after the DML.

    Explain, using specific examples, how you get these results from these data.

    Always say what version of Oracle you are using (for example, 11.2.0.2.0).

    See the FAQ forum: Re: 2. How can I ask a question on the forums?

  • I have a macbook pro and airport Time capsule and want to delate all data on Time capsule. How this is done

    I have a macbook pro and airport Time capsule and want to delate all data on Time capsule. How this is done

    Open Airport utility, select the Time Capsule and then use the option erase to erase its contents.

    How to check or erase a disc AirPort Time Capsule - Apple Support

  • MaxL Script to clear the data between two dates

    Hi all

    I need advice to clear the data between two dates, I have three dimensions in my sketch, 'eno', 'hiredate' and the 'actualamount '.

    Now I need to erase the data between the date range, up to now, I have this script,

    Fix ("HireDate", "Eno")

    Difficulty (@relative ("00:00:00",0),@relative("eno",0)) 2015-07-15 "))

    CLEARDATA "sal."

    endfix

    ENDFIX

    These scripts only clears on a specific day, but I tried to write the script to clear between two dates, I surfed on a few sites, but no clear answers, finaanly came here, kindly help in this regard.

    Thanks in advance.

    Have you not tried the format of "startdate":"enddate" for example "August":"September."

    See you soon

    John

  • share data between two applications

    I would like to know if there is a way to share data between two applications of MXML or more?

    Using the class SharedObject can operate only in a single application, but if you start a second request, this SharedObject does not its value (zero) already set from the first application.

    Thanks for your help!

    I remember correctly, there is a setting to allow work between applications. Also you must be sure flush() to save the data.

    Another option is LocalConnection.

    Tracy

  • How do you find the average value of all the data between two points on a single channel

    I'm tring to calculate the average value of all data points in a single field between two distinct points

    I rasthaus an illustration.

    Hi smoothdurban,

    I thought you wanted to specify the area of interest with the sliders of the band.  If you rather automatically define the area of interest based on thresholds, etc., we cannot see the interactive nature of the example I sent.

    What are the criteria used to determine the start and end of the region of interest lines?

    I would be able to type this out for you if you sent a representative data set ([email protected])

    Brad Turpin

    Tiara Product Support Engineer

    National Instruments

  • How to get the date between two dates, except Saturday and Sunday

    Dear all,
    select to_date('25-04-2012', 'DD-MM-YYYY') + rownum -1 dt 
        from dual 
        connect by level <= to_date('05-05-2012', 'DD-MM-YYYY') - to_date('25-04-2012', 'DD-MM-YYYY') + 1;
    The query above returns the following output
    DT
    DT
    04/25/2012
    04/26/2012
    04/27/2012
    04/28/2012
    04/29/2012
    04/30/2012
    05/01/2012
    05/02/2012
    05/03/2012
    05/04/2012
    05/05/2012
    Here, I need to exclude Dates that lights up "Saturday" and "Sunday" and also the joint birthday party
    Here it is May 1, 2012 "and I need the output as follows,
    04/25/2012
    04/26/2012
    04/27/2012
    04/30/2012
    05/02/2012
    05/03/2012
    05/04/2012
    I need the current request to calculate between two dates.
    Can anyone suggest me?

    Thank you
    Regsrds,
    gurujothi
    select dt
    from(
        select to_date('25-04-2012', 'DD-MM-YYYY') + rownum -1 dt
            from dual
            connect by level <= to_date('05-05-2012', 'DD-MM-YYYY') - to_date('25-04-2012', 'DD-MM-YYYY') + 1
            )
    where to_char(dt,'fmday') not in ('sunday','saturday')  
    

    To exclude, common holiday, you must have a host table. Then use an OUTER JOIN NOT IN or NOT EXISTS

  • How to move data between two similar tables?

    Hi all

    I have two tables with almost the same columns. Table A has 50 columns, table B has 51 columns, which are exactly the same, except a column defined as LOAD_TIME.

    Is there an easy way for me to move the data from Table A to B? the Extra LOAD_TIME column will be set as the time current system. All I want is to avoid the list of all names in column 50. The following SQL code has error ORA-00923.

    INSERT INTO TB_B
    SELECT *, TB_A sysdate;

    Thank you
    INSERT INTO TB_B
    SELECT a.*, sysdate from TB_A a;
    
  • Show all dates between date range (time Dimension is left outer join)

    All,

    I did some research on this issue, but in all positions on date variables, date prompts and date filtering I have not seen one exactly to my question (perhaps that they are and I don't have my head around it properly yet).

    My requirement of report is to allow a user to select a start date and an end of day. The report is expected to show the activity of these two days - AND display 0/null on days where there is no activity. This second part is where I am getting hung up.

    The paintings in question are:
    Timedim
    EventFact
    CustomerDim

    My MDB is configured as follows:
    Left outer join of Timedim EventFact
    Inner join CustomerDim EventFact

    If I run a report by selecting the DAYS of Timedim and an EventFact measure1 with range day 01/01/2010-31/12/2010... A record for each day and it looks perfect because of the left outer join between Timedim and CustomerDim.

    But... If I add a CustomerDim field, Select TimeDim.DAY, CustomerDim.CUSTNAME, EventFact.MEASURE1, OBIEE returns only records for the days that have record EventFact.

    This is due to the fact that the Timedim is always external joined in EventFact, but adding in fact CustomerDim OBIEE set up an inner join between tables that will only return data where there are data EventFact.

    There is a way around it in this simple case, and that is to define the relationship between CustomerDim and EventFact as an outer join as well. This will give the desired effect (but an outer join between the two tables is not the real relationship) and I have add an extra dimension and add additional sources of logic to a single dimension in MDB it becomes complicated and messy.

    Also, ive ruined with the definition of the conduct in the relationship table, etc... but he gave not the desired effect.

    Has anyone ever met the need for force display all dates within a range specified with a fact table that does not have an entry for each date?

    Thanks in advance.

    K

    Published by: user_K on April 27, 2010 11:32

    Hi there, the easiest way is to the LTS himself. Double-click your LTS, go to the tab with the column mappings. Make sure you have checked "show no mapped" column.

    You should see your new dummy column in the list, in the central part of mapping (IE not the right) just enter 0, or launch the expression editor and enter 0 in there.
    simple!

  • Date between two variables

    Hello

    I need to create a report, which Date is between the current Date and the current Date of 365 days.

    I create two variables, Current_Date (select to_char (sysdate, ' dd/mm/yyyy') of the double) and
    Current_Date-365 (Select to_char ((sysdate-365), ' mm/dd/yyyy') of double)

    In the Oracle replies I select column Date and Date filter between above two variables, but I get an error message when I run the report.
    If I remove the filter from the report works very well.

    Is there another way to do this?

    Thank you

    Hello user.

    Add a filter for the date field that you want to restrict (we'll call it TIME. DATE_VALUE for the sake of this exercise).

    In the filter, click on "Advanced > convert this SQL filter '.

    Add this line in your filter SQL (replacing the TIME. DATE_VALUE with your date field):

    Time.DATE_VALUE <= current_date="" and="" time.date_value="">= (SQL_TSI_DAY,-365, CURRENT_DATE) TIMESTAMPADD

    This will give you all the records with your date between the current date and a year ago.

    I hope this helps and please assign points if you found it useful!

    Kind regards
    Jason

  • diference between two fields of two groups

    Hello


    'Data model' I have two groups with a data link between them. In 'layout model' (report 6) I have to show the difference between the two fields (one from each group). I tried with the formula column, but when I run the report I get the REP-1517 + column "XXXl" made reference to the "YYY" column, which has an incompatible frequency.

    Thank you for your help.

    This should work if the formula column is placed in the group in 'detail '. The other way, it won't work, and it makes sense because for each record in the master group there may be multiple records in the detail group, so, how if reports decides which of the records on the details to use in the formula column.

Maybe you are looking for

  • IPhone disabled 6 s!

    Hello everyone, I have an iphone 6 s 6 or 7 months ago, ive done all settings including the touch ID so I didn't use the phone for a while, now when I turned on again, it seems that I can't use the id of the button until I use the password if I enter

  • Web pages displayed incorrectly after the upgrade to Firefox 10.0.2

    Many web pages is not correctly displayed after upgrading to Firefox 10.0.2. Also, I'm not able to view YouTube videos. I checked my plug-ins and all are up-to-date, including Adobe Flash Player 11.1.102.62. I have no problem when you use Chrome on t

  • FaceTime blocking unknown numbers

    We rarely use FaceTime but received unknown numbers.  Is it a matter of worry? How can I block? Remove?

  • A few questions about Eco Utilty

    Hello I have another question :-)Is not better Eco Win7 native power management utility? I know that if the Eco Utility is not installed the button Eco will open a window that shows you things like brightness, sound, Lan, etc. where we can change the

  • Deducting more money for purchase of credit card Visa applications

    Hello pls help I'm of the India and I bought the app 2 fantastic, its price is ₹190($3) by my visa credit card but again ₹. 60 ($1) has been deducted.so I ₹. 250 ($4) but the price is only ₹. 190 ($3).