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 -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -