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 - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -