Recent content by Fernando N

  1. F

    Wish: multiline comments of columns and tables

    Thank you about the tip. I realized that View SQL lets you see it. But if you may lose comments if you edit them: you'll edit the first line and lose the other ones.
  2. F

    Special paste from browser?

    Hi, Sometimes I need to make a lot of similar sentences, e.g.: drop user a cascade; drop user b cascade; drop user c cascade; ... I can select those users from browser, drag into SQL window and then select Name. But, I'll get a, b, c, ... And I've to change each line, which is painful. Is...
  3. F

    Large integers in SQL Window

    Hi, I've got a NUMBER(18) field in a table. I've inserted "900000000000000001" in it. When I do "select * from table" I see "9E17", which is not correct (as it is not 90..0 but 90..1). If I do "select to_char(field) from table" I see the correct figure, so the problem is of PL/SQL Developer...
  4. F

    Wish: multiline comments of columns and tables

    Hi, I've teammates which places cr+lf in their comments of tables and columns. When I see those tables in PL/SQL Developer, I cannot read their comments, and what is worse, if I change them, I lose their information. Please, change this to a multiline editor. Thank you.
  5. F

    Minor Issue: creating table

    Hi, Open a table for edit, check "Recreate table", click Columns tab and drag-drop a column above another one -- so you've effectively changed column order. Apply button is not activated and it should. Minor issue as you can change a letter of a comment and undo, and then you can click Apply.
Back
Top