Jump to content
We've recently updated our Privacy Statement, available here ×

5alid.ps

Members
  • Posts

    1
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Everything posted by 5alid.ps

  1. Hello, I tried to print report with specific date condition. I have table that contains an column called 'START_DATETIME' which contains date and time like (30/01/2019 13:50:00) . In Jasper report sql query, I wrote this select statement : SELECT TO_DATE(START_DATETIME,'DD/MM/YYYY') FROM APPOINTMENTWHERE TO_DATE(START_DATETIME,'DD/MM/YYYY') = '30/01/2019'[/code]when run the select it does not return data. I try to run select without where condition, it return : 2019-01-30 00:00:00.0[/code]I run the same select in SQL Navigator it works fine and return date with specific format I put in to_date function.
×
×
  • Create New...