Recent content by OrkCZ

  1. O

    CodeAssistant - fill all columns from named select

    Hi, is it possible to enhance Code Assistant - in case you have named select, for example named 'q': select q. from ( select '1' as col, '2' as col2, '3' as col3 from dual union select '2' as col, '2' as col2, '3' as col3 from dual union select '3' as col, '2' as col2, '3' as col3...
  2. O

    Set name to SQL Window in Window list after connection

    And is it possible, that you will include similar functionality to PSD (32 / 64 bit) ? Michal
  3. O

    Set name to SQL Window in Window list after connection

    Hi, is there any option, that will automatically set (rename) SQL Window name in Window list? Now, after new connection, SQL window has name set to "SQL Window - New". I want to set name, for example to Username@Database, and not to change the name after executing some commands Thank you Michal
Back
Top