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

tanatpan_w

Members
  • Posts

    3
  • Joined

  • Last visited

tanatpan_w's Achievements

Newbie

Newbie (1/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. select * from TB1 where A >= $P{DATESTART} and A < to_date($P{DATESTART},'yyyy-MM-dd') + INTERVAL '1 Day'
  2. select * from TB1 where A >= $P{DATESTART} and A < $P{DATESTART} + INTERVAL '1 Day'
  3. I used PostgreSQL in the past. And I'm creating a Jasper report that includes the following parameters: DATESTART (Date)Example : PostgreSQL Query select * from TB1 where A >= $P{DATESTART} and A < $P{DATESTART} + 1 day Is there any way to do something similar in Jasper Reports (PostgreSQL)?
×
×
  • Create New...