Home     |     Java    |     Php General    |     Oracle Database    |     Oracle Server  

MS Dynamics CRM 3.0

  •  Setting up and Configuring Microsoft Dynamics CRM 3.0
  •  Managing Security and Information Access
  •  Entity Customization: Concepts and Attributes
  •  Entity Customization: Forms and Views
  •  Entity Customization: Relationships, Custom Entities, and Site Map
  •  Reporting and Analysis
  •  Workflow
  •  Server-Side SDK
  •  Client-Side SDK
  •  Integration with External Applications
  • Cervo Technologies
    The Right Source to Outsource

    Sharepoint Portal Server KB

    Microsoft CRM Info

    WPF Interview Questions

    SilverLight Interview Qs

    Asp.Net 2.0 Interview Qs

    Asp.NET 1.1 FAQs

    Oracle Interview Questions

    SAP Interview Questions

    Oracle Database

    Convert date into timestamp before runnin the a query


    Hello,

    ==> I have to run the following query

    ---------------
    select * from tec_t_evt_rep where (date_reception> $begin and
    date_reception< $end) or (last_modified_time > $begin and
    last_modified_time < $end)
    ----------------

    $begin => first timestamp
    $end => last timestamp

    ==> The problem is, last_modified_time is VARCHAR in the date format
    dd/mm/yy

    Is it possible to create a query where last_modified_time is converted
    to timestamp before the query execution? Somenting like :

    select (...) or (convert_timestamp(last_modified_time,'dd/mm/yy')
    and ...)

    It would be better to fix the bad design. But have you looked at
    TO_TIMESTAMP?
    www.psoug.org
    Click on Morgan's Library
    Click on Built-in Functions at the top of the page
    --
    Daniel A. Morgan
    University of Washington
    damor@x.washington.edu
    (replace x with u to respond)
    Puget Sound Oracle Users Group
    www.psoug.org

    -----------------------------------------------Reply-----------------------------------------------

    Thank you very much!

    On 26 abr, 00:54, DA Morgan <damor@psoug.org> wrote:

    Add to del.icio.us | Digg this | Stumble it | Powered by Megasolutions Inc