Return of records only for the current month

Hello

I have a query that returns records for the current week and I want to extend it for return records for the current month.

When TRUNC (start_date) < NEXT_DAY (TRUNC (CURRENT_TIMESTAMP) - 1, "Sat") + 1
AND TRUNC (end_date) > NEXT_DAY (TRUNC (CURRENT_TIMESTAMP) - 1, 'Sam')-7

I have two date fields, the first is called 'Start_Date', the second is called 'End_Date '. I want the query to return all the records for the current month including those who may start before or end post the month as events can start in a month and end with another. Does anyone know how this is done in a "Clause where?



Kind regards

Steve Welch

You probably want to

where TRUNC (START_DATE) <= LAST_DAY(TRUNC(sysdate, 'MONTH'))
AND TRUNC (END_DATE) >= TRUNC(sysdate, 'MONTH')

Tags: Database

Similar Questions

  • Return of the records for the current month, previous and next

    Hello.

    Robert Charlton contributed to my last question on this topic and thank him once more for this.

    When you filter the results of the report by using the following database returns records for the current week:


    WHERE 'SS_LEAVE '. "" LEAVE_TYPE "="SS_LEAVE_TYPE. " "" IDENTITY CARD ".

    AND)
    InStr (superior ("EMPLOYEE"), upper (nvl (: P2001_SEARCH, 'EMPLOYEE'))) > 0 or
    InStr (upper ("SUPERVISOR"), upper (nvl (: P2001_SEARCH, 'SUPERVISOR'))) > 0
    )
    AND TRUNC (end_date) < NEXT_DAY (TRUNC (CURRENT_TIMESTAMP) - 1, 'Sam') + 1
    AND TRUNC (end_date) > NEXT_DAY (TRUNC (CURRENT_TIMESTAMP) - 1, "Sat")-7


    My question is this time is:

    How to make a filter for the current month, the 'previous month', and 'next month '?


    Kind regards

    Steve Welch

    Steve,

    Current month:

    and trunc(end_date) >= trunc(current_timestamp,'MM') and trunc(end_date) < add_months(trunc(current_timestamp,'MM'),1)
    

    Previous month:

    and trunc(end_date) >= add_months(trunc(current_timestamp,'MM'),-1) and trunc(end_date) < trunc(current_timestamp,'MM')
    

    Next month:

    and trunc(end_date) >= add_months(trunc(current_timestamp,'MM'),1) and trunc(end_date) < add_months(trunc(current_timestamp,'MM'),2)
    

    -David

  • How to get the last date of 3 days for the current month?

    Hello. Guy

    How to get the last date of 3 days for the current month?

    MY OUTPUT WOULD LOOK LIKE THIS

    JANUARY 29, 2016

    JANUARY 30, 2016

    JANUARY 31, 2016


    GUYS HELP ME / / /...

    SQL > select last_day (sysdate) - level + 1 double connect by level<= 3="" order="" by="">

    LAST_DAY)

    ---------

    29 JANUARY 16

    30 JANUARY 16

    31 JANUARY 16

  • Filter a report to take the date of closing days for the current month

    Hello.

    I need to create a filter on to only opportunities extraction that are expected to close for the month that we are in a report. By that I don't want to not just Augustus, but regardless of the current month is that the report is run

    The date 'Should close' is a timestamp field in our OnDemand.

    Thank you!

    Hi, you can create a SQL filter as below

    YEAR ("Closing Date". Date) = VALUEOF (NQ_SESSION. CURRENT_YEAR) AND MONTH (the "Closing Date". Date) = VALUEOF (NQ_SESSION. CURRENT_MONTH)

    Hope this works

    -John CRMIT

  • How to copy the data for the current month for future months based on the current month

    Hello

    If the current month is Jan they copy data Jan rest months this year there. If the current month's data copy Feb Mar Feb, Apr, dec... and so on... The following script can achieve this goal, but it increases the number of lines of code... Please y at - it another way that we could achieve this functionality.

    Difficulty (year1, entity1)

    "account1" (if (& Currentmonth == "Jan"))

    "account1"-> "Feb" = "account1"->"Jan";

    "account1"-> "Mar" = "account1"->"Jan";

    ------

    ---

    "account1"-> "Dec" = "account1"->"Jan";

    ElseIf (& ifcurrentmonth == 'Feb')

    "account1"-> "Mar" = "account1"->"Feb";

    --

    "account1"-> "Dec" = "account1"->"Feb";

    endif ;);

    endfix;

    Thank you

    Praveen

    Hi Praveen,

    You can write a script as shown below

    Fix(Year,Entity,&Currentmonth:DEC)

    Account1 = account1-> & Currentmonth;

    endfix

    This will make.

    Concerning

    Anubhav

  • Return a value based on the current month

    I'm sure it's super simple but I can't quite understand the syntax for conditional dates, especially in months.

    Column A list of the last 12 months. Column B lists 12 amounts.  So, if it is currently Jan, return B1; If it's February return B2, etc.

    Thank you for your attention.

    Hi,

    Maybe that's what you're after.

    Formula in the table A2 today

    = TODAY()

    Formula in B2 to the table today

    = MONTHNAME (MONTH (A2))

    Formula in the table C2 today

    = VLOOKUP(B2,Data::A:B,2)

    Months in the data table are in text format as format number Date & schedule will include the full date and time. If the year is different today, he cannot find a match. Just in case.

    Kind regards

    Ian.

  • given number of working days for the current month to date

    Hello

    How can I get the number of days of data using SQL date? appreciate for your help. Thank you.

    Hello

    Whenever you have a problem, please report all that is necessary for people to recreate the problem and test their ideas.  In this case, including CREATE TABLE and instructions INSERT for all necessary tables (just a few lines, only relevant columns) and the results you want from this data.

    The syntax of a scalar subquery (that is, a query that takes the place of a single value, as in a CASE expression) is

    (

    SELECT...

    Of...

    )

    in other words, all of the query must be within parentheses surrounding nothing else.  It seems that you have the SELECT keyword in a CASE expression without a parenthesis opening right before she left.

  • You want to display the current month and previous month data in a single record on forms?

    Hello experts,

    I have this requirement:

    Table structure:

    Division of months value totalAmount

    01-apr-2013 1 10000

    May 1, 2013 1 20000

    01-apr-2013 2 30000

    May 1, 2013 2 50000

    I want to display in forms such as

    Form:

    Month: May 1, 2013

    Total difference of month Division total division prev_Month

    May 1, 2013 1 10000 April 1, 2013 1 20000 10000

    May 1, 2013 2 30000 April 1, 2013 2 50000 20000

    I use two procedure to fetch the records for the current month and the previous month.

    but it will cause a problem, if for some data division previous month do not arise.

    Please suggest me some query I can get with current and data month pre to unique record.

    Please help me.

    Thank you

    Yoann

    I DON'T KNOW BUT TRY...

    Select the month of x.mn, x.division, total x.totalAmount, y.mn prev_month, y.division, total y.totalAmount, (y.totalAmount - y.totalAmount) difference

    Of

    (select month mn, division, totalAmount value)

    from table_name

    where month = (select max (month)

    from table_name

    )

    ) x,.

    (select month mn, division, totalAmount value)

    from table_name

    where month = (select add_months (max (month),-1))

    from table_name

    )

    ) y

    where x.division = y.division

    /

    ALEXANDER SIMONNET

    DHAKA BANGLADESH

  • turnover of 18 weeks from the week of the current month number

    Hello

    I have a requirement as described below.

    Time table name:
    Columns: year, month of exercise and exercise week

    table above has the join with the sales table and contains data on sales according to the week. so less granularity of data at the level of the week.

    We have a report that contains columns exercise, actual sales and forcast sales. our requirement is to filter the data with the following criteria.

    Filter for the current month
    Fiscal week Jan between 1-18 of the current year
    Fiscal week Feb between 5-23 of the current year
    Week fiscal March between 9-27 to the current year

    .
    .
    .
    .
    Fiscal week November between 44 the week of the current year and week 10 of next year

    December

    with above requirement therefore filter the data bearing 18 weeks from the week of the current month number


    I tried with timestampadd (interval, sql_tsi_week, week), but it does not work as I expacting. Please provide the code/logic to do so.

    Appreciate your help.

    Thank you
    Jay.

    Jay wrote:
    I need to get the results of 18 weeks of turning to anypoint starting with the week number of the 1st of every month at 18 weeks. read my question again once and you will be able to understand.

    It kind you of lack the point to be honest. It is very difficult to answer specific questions without the required information. To answer a question like this we need a minimum of:

    1. oracle version
    2. examples of data (CREATE TABLE / INSERT statements)
    3. expected results
    4. explanation of the business rules.

    Alternatively, you can read the link in my original reply.

    Please provide the information requested and someone can help.

  • date of the current month

    for a date column, I have data for a year

    Suppose I run the query on the month of August, I want to retrieve date during the month of August
    means I want to retrieve the data for the current month.

    This will still take the start date of the current month to the last day of the current month.

    WHERE col  BETWEEN  TRUNC(SYSDATE,'MM') AND LAST_DAY(SYSDATE) 
    
    OR
    
    WHERE col  BETWEEN  TRUNC(SYSDATE,'MM') AND TRUNC(ADD_MONTHS(SYSDATE,1),'MM')-1
    
  • How do I know the current month

    Hi Everibody,

    I need to know if there is a function o something in Hyperion to calculate the current month.

    Thank you!!!

    Edited by: Dieguinho on 22/07/2010 13:36

    you mean current month is the current month?
    Then, we can automate the input of the variable current month using the batch program by choosing the date system.
    You can use the variable to calculate the data for the current month.

  • APP-COMPENSATION-07092: this action is not valid for the current record.

    Cannot access panel assignments used to updates within oracle HR receive this error message. How to solve this problem.

    Please see these documents.

    APP-COMPENSATION-07092 this action is not valid for the current record by trying to access assignment [813815.1 ID]
    PERWSHRG APP-COMPENSATION-07092 when you navigate to assignments [796523.1 ID] screen
    PERWSHRG APP-COMPENSATION-07092 trying to access assignment [ID 1434212.1]
    PERWSEAC cannot enter costs for the Contingent Workers APP-PAY-07092 [1458000.1 ID]
    App-pay - 07092:Action not valid for registration: current salary for the potential asset Asg [ID 360168.1]
    Method of payment when opening errors: APP-COMPENSATION-07092: this process is not valid for the current record. [ID 289691.1

    Thank you
    Hussein

  • Programming logic needed to retrieve the records for the last month/week

    Hi all

    I need assistance in programming SQL logic.

    Oracle database version: 10.2.0.3.0

    Requirement

    In an environment of DW, I need to program to weekly and monthly automated batch insert the data from Data_tbl to Reporting_tbl to generate reports. Descriptions of paintings are given below.

    Table 1 - Data_tbl (Source of table - this table is updated daily).

    Record_dt first name last name


    Table 2 - Reporting_tbl_ (the target table)

    Cycle_dt first name last name

    1. monthly report

    In the SQL query, I where clause conditions.

    Where Record_dt > = 1 November 08 ' and record_dt < = 30 November 08 '

    Using the above condition in development, I'm pulling over the last months data source table data. This will be repeated every month, and it should be automated.
    that is, if I run this report at any time in December 2008, he should choose documents dates from Nov 01 to November 30, 2008. If I run this report at any time in January 2009, he should choose documents dates to Dec. 01 to December 31, 2008.
    Date values must be assigned for the last month. Value of Cycle_dt in the target table must be the date of the end of last month as on November 30, 2008, 31-dec-2008.


    2 weekly Report

    In the SQL query, I where clause conditions.

    Where Record_dt > ='01-dec-08' and record_dt < ='' 07-dec-08

    Monday week start date and end date is Sunday.
    If I run the report between the 08 Dec-14 Dec, it should make records of the dates of Dec. 01 to December 7, 2008.
    On 15 December, he should seek from 08 Dec-14 Dec.
    Value of Cycle_dt in the target table must be the date of last weekend, as on December 7, 2008, December 14, 2008.
    Please help me with the logic for both monthly and weekly reports.

    Thank you

    Hello

    TRUNC (dt, 'W') is the beginning of the week, which may be different days, according to the NLS parameters in your session. Unless you want something that varies from one session to the next, you should stick with the weeks of ISO.

    TRUNC (SYSDATE + 1, 'IW') - 1
    

    is the Sunday of the week underway Sunday to Saturday, which starts and ends in 1 day before the ISO week.
    To find the precedent of the week from Sunday to Saturday:

    WHERE   record_dt >= TRUNC (SYSDATE - 6, 'IW') - 1
    AND     record_dt <  TRUNC (SYSDATE + 1, 'IW') - 1
    

    If you were interested in a week from Saturday to Friday (either 2 days earlier than the ISO week):

    TRUNC (SYSDATE + 2, 'IW') - 2
    
  • Retrieve the current month

    Hi guys,.

    I'm recovering from the current month. The code is as follows:

    Calendar.getInstance (TimeZone.getTimeZone ("GMT")) .get (Calendar.MONTH)

    It works very well... I expect instead, he returned 11, not 12! He is 0-based? I don't think, because I have found no reference to this subject in the docs or here in the forums. Application for the work number current date as expected in fact.

    It returns 11 on the Simulator and real phones (a "BOLD" and a 8310). The system calendar is set correctly to December, of course.

    Any clue?

    Use no comparison with what is called "magic" numbers

    He has months constant defined in the Calendar class:

    public static final int DECEMBER
    

    Compare the return value with the constants that represent the months.

  • RTF model: If condition to test the XML tag exists only on the current XML node

    Hello

    I have a RICH model based on an XML file as follows:
    + < invoice > +.
    + < InvoiceNum >... < / InvoiceNum > +.
    + < ShipAddress >... < / ShipAddress > +.
    + < order > +.
    + < OrderNum >... < / OrderNum > +.
    + < ShipAddress >... < / ShipAddress > +.
    + < / order > +.
    + < order > +.
    + < OrderNum >... < / OrderNum > +.
    + < ShipAddress >... < / ShipAddress > +.
    + < / order > +.
    + < / invoice > +.

    As you can see, the tag * < ShipAddress > * there are two
    -Sub * < invoice > * = > global shipping address
    -Sub * < Order > * = > shipping address to you for Sales Order

    In an XML file, I can only have < ShipAddress > at a certain level, for example
    -the tag * < invoice > < ShipAddress > * appear in XML that if we have a unique address for the invoice
    -the tag * < order > < ShipAddress > * appear in XML that if we have more than one address for the invoice

    Logically, in my RTF model, I want to print the address of delivery at the level if one header tag * < invoice > < ShipAddress > * is in XML format.
    I tried a lot of syntax If but none works according to the needs:
    + <? If.: / ShipAddress? > + = > always returns FALSE
    + <? If: / / ShipAddress? > = > returns TRUE when < order > < ShipAddress > exists
    + <? If: ShipAddress? > = > returns TRUE when < order > < ShipAddress > exists

    The only syntax that seems to work is:
    + <? If: / / Bill/ShipAddress? > +.
    But I prefer not not hardocde the name of the top-level tag.

    Question:
    What si syntax to test the existence of a XML tag only in the current node (recursively)?

    Thanks in advance for helping me.
    K.Helali

    ShipAddress for the invoice

    
    

    ShipAddress order

    
    

Maybe you are looking for