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

'hasOwnProperty' in javascript -

c# - Update a combobox from a presenter (MVP) -

android - Unable to generate FCM token from dynamically instantiated Firebase -