New Member
Since ‎02-09-2021
‎05-20-2023

My Stats

  • 6 Posts
  • 0 Solutions
  • 1 Likes given
  • 0 Likes received

RS's Bio

Badges dingo Earned

View all badges

Recent Activity

Hello,I m workin on a task where I need to allow the program numbers to be entered by users dynamically. i.e, Users should enter BETWEEN 19 AND 21 OR BETWEEN 27 AND 30 OR BETWEEN 32 and 35 and I should take those numbers and display results.For Ex, I...
Hello, I have a requirement where I need to allow users to enter program numbers dynamically and I should take those numbers and display results.For Ex, In the derived table SQL, SELECT * FROM TABLE WHERE programId IN (1,2,3,4,5,6);I want to allow th...