update sql

hi to all, i am having a requirement, i am having a table dept and i want to update a value and i am confusing the perameters

my requirement is

update dept set dname = ‘willson’ where deptno = 11

and i am confusing at

UPDATE TAB

Expression field : defaultly it is in “?” mark

WHERE TAB

Input field :defaultly it is in “?” mark

Please guide me

Rgds
Snigdha

Is this for a real project? Assuming so, the JDBC Adapter User’s Guide should provide the information you need for the basic operations of the update service template.

Mark

See you can change those ‘?’ to your desired one… it means change the 1st field “?” to willson and change the field “?” to 11…

The “?” means that it will be assigned by an input parameter to the update adapter service. It is up to the user to define the parameter.