Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Multiple parameters in one query issue(I have multiple parameter in single query)
Multiple parameters in one query issue [message #1814431] Wed, 11 September 2019 11:10
Ritesh Naik is currently offline Ritesh NaikFriend
Messages: 4
Registered: March 2019
Junior Member
My SQL Query contains nested query and I wants to pass same parameter two times in nested query

e.g
Select *
from ABC
where Actual_Val between
(Select Min_Val from XYZ where val = @a)
and
(Select Max_Val from XYZ where val = @a)

this gives error in Birt while using on Tomcat and sql server
Previous Topic:Help with BIRT Installation
Next Topic:Table of Contents (TOC)
Goto Forum:
  


Current Time: Fri Apr 26 00:06:44 GMT 2024

Powered by FUDForum. Page generated in 0.02260 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top