How to use JDBC Request parameter acquisition

A, BeanShell PostProcessor added and removed from the result set

__BeanShell(vars.getObject("resultObject").get(0).get("Column Name"))}

1.resultObject result set

2.get (0) take the first few lines

Take 3.Column Name which column (which column is the name of the query field JDBCRequest results)

 

 

 

 

Guess you like

Origin www.cnblogs.com/ohlala/p/11982948.html