cancel
Showing results for 
Search instead for 
Did you mean: 

Order By clause in Receiver JDBC adapter

Former Member
0 Kudos

Hello All,

Is it possible to construct a select statement that uses an Order by clause in JDBC receiver adapter?

ex : I would like the JDBC adapter to from a query as follows:

<b>Select * from EMP where sal = 10000 order by empid</b>

We are able to construct the select statement without order by clause but not with it.

Can any one suggest me how to do it. This is bit urgent for us.

Thanks

Abinash

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

Answers (1)

Answers (1)

Former Member
0 Kudos

Thanks Michal

You are a Genious

All possible points to you.

Abinash