Search:

Type: Posts; User: vijay.patil2005; Keyword(s):

Search: Search took 0.00 seconds.

  1. Oracle loading data into .csv format using plsql

    Hi All,

    I have a requirement as follows;

    A procedure will be called from the front end ..
    Immediately the out put of the procedure should be extracted into .csv file and the file should open...
  2. Answers
    11
    Views
    12,838

    Oracle Re: Group by date range in plsql

    [QUOTE=krishnaindia2007;29570]>>input 1) weekly or 2) specified : date1 and date 2

    Thanks Krishna,

    I was thinking to do it using one select but for different condition..
    select ,,,,,,,,,,,,,...
  3. Answers
    11
    Views
    12,838

    Oracle Re: Group by date range in plsql

    Thanks Krishna......

    I got the output as desired...

    I need one more thing...

    I have two select stataments

    1) Select sum(decode((received_dte - input_dte ),0,1,0)) " 0 days" ,
    ...
  4. Answers
    11
    Views
    12,838

    Oracle Re: Group by date range in plsql

    Thanks for your patience.......I am close to my out put but
    I needed the output for the weeks starting from monday..
    the above query gives the output starting form tuesday..


    Thanks,
    Vijay
  5. Answers
    1
    Views
    7,716

    SQL Group BY Date Range

    Hi ,

    I need some light on the following issue..

    I have a table which has a date field proceed_data.
    This table contains about past 6 months data.

    I need to select fields from this table on...
  6. Answers
    11
    Views
    12,838

    Oracle Re: Group by date range in plsql

    Here is the table structure

    create table PROMISE
    (
    POLICY NUMBER(7),
    CURR_DTE DATE,
    INPUT_DTE DATE,
    RECEIVED_DTE DATE
    )
  7. Answers
    11
    Views
    12,838

    Oracle Group by date range in plsql

    I have table tab1 with 3 date fields date_1 , date_2 and date_3.
    table tab1 can contain 6 months of data.

    My requirement is I need difference b/w date_1 and date_2
    based on the date_3 range...
  8. Answers
    1
    Views
    6,473

    Oracle PLSQL TAble Type v/s Cursor

    I have a Requirement to extract data fron database into .csv file...
    I m using utl_file pckg to do so...
    But But before writing into the file , I am fetching the records using cursors...
    I can...
  9. Oracle USage of Date Functions in Where Clause

    I am using a query which looks like

    Select col1, col2,
    fn_date_covert(dat_col1) - fn_date_covert(dat_col2) differnce
    From table1, table2
    where join (table1, table2)
    and ...
Results 1 to 9 of 9
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact