简体   繁体   中英

In Mule 4,how can I save the data I retrieve from database using database connector?

Suppose I retrieve a row having a particular id using database connector.If I have to save a particular field lets say name in a variable for later use.How can I do that?

A very crude example would look like the one below:

在此处输入图像描述

You would need to go to the advanced section under the DB connector and you can configure the script to obtain the column values in the Output section.

在此处输入图像描述

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM