plsqldeveloper - Template Using query variable with a variable -


how use query variable variable in template? in example given below possible directly result of query without showing createstmt in dialog. desired input user [mytable]

here template code :

[$query my_query = select dbms_metadata.get_ddl( 'table', '[mytable]', 'auser' )    dual] create table statement [mytable] [createstmt=$my_query] 


Comments

Popular posts from this blog

javascript - Knockout pushing observable and computed data to an observable array -

'hasOwnProperty' in javascript -

Trouble making a JSON string -