Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

select query

Former Member
0 Kudos

hi,

i need select query where personal no and payroll are the inputs . By which i should get the wage type of those employees where wage typr is hard coded . Wage type should be taken from RT table (cluster table).

Please resolve my query as soon as possible.

2 REPLIES 2

Former Member
0 Kudos

Hi,

i think you shell try it as soon as possible.

Regards, Dieter

Former Member
0 Kudos

>

> hi,

> i need select query where personal no and payroll are the inputs . By which i should get the wage type of those employees where wage typr is hard coded . Wage type should be taken from RT table (cluster table).

> Please resolve my query as soon as possible.

Hi,

select wage type from rt table where

employee no = ...

and payroll =

and wage typr = 'Hard code data in caps'.

Hope it will be helpful

Regards,

Srinivas