@DLLAVANYA To handle a SQL query with a where clause for an external database you can use Connect SQL and refer to that SQL in RDB methods. This approach allows you to specify the target table and manage the query execution more precisely. Additionally ensure that the object names in your SQL query are correctly cased as SQL keyword case does not matter but the object names should match the case stored in the RDBMS dictionary. If you need to use mixed or lower case names pass them in double quotes to make them understandable to the DB Engine.
This is a GenAI-powered tool. All generated answers require validation against the provided references.