Sundaram Sridharan Posted October 27, 2021 Posted October 27, 2021 I need to setup a SQL query like SELECT COLUMN1, COLUMN2 FROM DB1 WHERE COLUMN1 = "Value1" OR COLUMN2 = "Value1" I also need to ignore case when pulling data. I do not know how to set this up. When I use on demand settings it only allows simple things like define input using a column.
Varun Khandelwal Posted November 8, 2021 Posted November 8, 2021 Hi, The information link SQL can be edited via the Information designer editor. Click the 'SQL' button to modify the sql and include the required clause in it. Try this and see if it helps.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now