Freezing of individual columns?

I want to freeze the Green columns so that they remain static I did scroll down and make new columns in the worksheet, is - it possible and if so, how?

Thank you

Hi mpp.

You can freeze the header lines and/or columns in header on a table.

Prevents freezing header lines exceed the top of the window; When you scroll down, the page (and table) moves upward, and header lines not slipping behind the lines of header.

Freezing header columns from beyond the left edge of the window; When you scroll to the right, the page (and table) moves left, and non-en-tete columns slipping behind the header columns.

To 'freeze' the Green columns, you will need to separate them from the rest of the table to a new table from the first. The new lock table 'freezes' it regarding its position on the page and compared to the original table, but will not keep on the screen when scrolling of the page.

Kind regards

Barry

Tags: iWork

Similar Questions

  • Size of individual columns

    Hello everyone

    I wanted to ask a Question. I was working in Design view in Dreamweaver. I have same time table 5 rows and 1 column. Second and fourth I divided into 5 columns, but when I try to change the width of the columns in the fourth row I also change the width of the columns in the second row. Is it posible to change the size of individual columns without affecting others

    Thanks for the help in advance

    Tables for web layout is obviously not a good idea.  If you use the tabular presentation as with HTML e-mails etc just nest a smaller table inside the cell of the outer table you want, and adjust the internal table column widths to meet.

  • How to get individual columns within an itemrenderer?

    Hey,.

    I was wondering if it is possible to get the column of a datagrid in an itemrenderer? I have a datagrid with 4 columns. I would use an itemrenderer for each of them. Is it possible within the itemrenderer which gets the individual column for me. For example

    ItemRenderer:

    DataGrid1 = datagrid (parentDocument as file name);

    If (datagrid1. "selectedColumn"(==0) {} "

    doThis();

    }

    If (datagrid1. "selectedColumn"(==1) {} "

    doThat();

    }

    Is something like this?

    Thank you!

    Concerning

    Kat

    If your converter implements the IDropInListItemRenderer, you can figure out the column that you represent by examining the listData property

    Alex Harui

    Flex SDK Developer

    Adobe Systems Inc..

    Blog: http://blogs.adobe.com/aharui

  • Each line in individual columns in a SQL query

    Hi Experts,
    BANNER                                                                          
    --------------------------------------------------------------------------------
    Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - Production          
    PL/SQL Release 11.1.0.7.0 - Production                                          
    CORE     11.1.0.7.0     Production                                                      
    TNS for 32-bit Windows: Version 11.1.0.7.0 - Production                         
    NLSRTL Version 11.1.0.7.0 - Production          
    -- DROP TABLE RENDER_VALUES;
    CREATE TABLE RENDER_VALUES
    (
        ID          INTEGER PRIMARY KEY,
        FIELD_NAME  VARCHAR2(1000),
        FIELD_VALUE VARCHAR2(1000)
    );
    INSERT INTO RENDER_VALUES(ID,FIELD_NAME,FIELD_VALUE)VALUES(1,'CropX','10.31234');
    INSERT INTO RENDER_VALUES(ID,FIELD_NAME,FIELD_VALUE)VALUES(2,'CropY','20.31234');
    INSERT INTO RENDER_VALUES(ID,FIELD_NAME,FIELD_VALUE)VALUES(3,'Height','100');
    INSERT INTO RENDER_VALUES(ID,FIELD_NAME,FIELD_VALUE)VALUES(4,'Width','200');
    COMMIT;
    SELECT FIELD_NAME,FIELD_VALUE FROM RENDER_VALUES;
    FIELD_NAME     FIELD_VALUE
    CropX          10.31234
    CropY          20.31234
    Height          100
    Width          200
    I need the output voltage:
    CropX          CropY          Height     Width
    10.31234     20.31234     100     200
    Just for example... I gave four values in the column field name... There may be values of number (n) to that and to get each line
    in individual columns... How can I do something like that?

    V dia

    Hello

    Here is an example of a VARCHAR2 variable usage in PL/SQL.

    VARIABLE     dj     REFCURSOR
    
    CREATE OR REPLACE FUNCTION           dept_by_job
    RETURN  SYS_REFCURSOR
    IS
         -- dept_by_job returns a SYS_REFCURSOR that has
         -- one row for every department in scott.emp and one
         -- column for every job, showing the number of employees
         -- in that department with that job.
    
         return_csr     SYS_REFCURSOR;
         select_txt     VARCHAR2 (5000);
    BEGIN
         -- 1st part of query is fixed
         select_txt := 'SELECT       deptno ';
    
         -- 2nd part of query depends on what's in the table
         FOR  r  IN ( SELECT DISTINCT  job
                        FROM              scott.emp
                   ORDER BY            job
                 )
         LOOP
              select_txt := select_txt || ', COUNT (CASE WHEN job = '''
                                    || r.job
                              || '''     THEN 1 END)     AS '
                              || r.job
                              || '_cnt ';
         END LOOP;
    
         -- Last part of query is fixed
         select_txt := select_txt || ' FROM       scott.emp'
                               || ' GROUP BY       deptno'
                         || ' ORDER BY       deptno';
    
         OPEN  return_csr
         FOR   select_txt;
    
         RETURN  return_csr;
    END     dept_by_job
    ;
    /
    SHOW ERRORS
    
    EXEC  :dj := dept_by_job;
    
    PRINT :dj
    

    Otherwise, as you have provided a test table, here's an example suitable for your test table:

    CREATE OR REPLACE FUNCTION           pivot_rv
    RETURN  SYS_REFCURSOR
    IS
         return_csr     SYS_REFCURSOR;
         select_txt     VARCHAR2 (5000);
    BEGIN
         -- 1st part of query is fixed
         select_txt := 'SELECT       ';
    
         -- 2nd part of query depends on what's in the table
         FOR  r  IN ( SELECT DISTINCT  field_name
                        ,                    ROW_NUMBER () OVER (ORDER BY id)     AS rnum
                        FROM              render_values
                   ORDER BY            rnum
                 )
         LOOP
              select_txt := select_txt || CASE
                                   WHEN  r.rnum > 1
                                   THEN  ','
                                       END
                                    || 'MAX (CASE WHEN field_name = '''
                                    || r.field_name
                              || '''     THEN field_value END)     AS "'
                              || r.field_name
                              || '"';
         END LOOP;
    
         -- Last part of query is fixed
         select_txt := select_txt || ' FROM      render_values';
    
         OPEN  return_csr
         FOR   select_txt;
    
         RETURN  return_csr;
    END     pivot_rv
    ;
    

    Published by: Frank Kulash, January 15, 2010 10:42

  • Create table with overlapping parallel dates in individual columns

    I try to combine data from two different tables into a single table.

    The data in table 1 contains locations of patients in a hospital where each record represents a single location. Patients can be transferred several times between the different beds resulting from multiple records for a single visit.

    The data in table 2 contains the operative activity of the patient to the Hospital where each record represents either the GOLD of the suspension of the recovery room. A patient may have multiple operations in a single visit.

    I would like to join/merge/mashup data in a single table that contains the data parallel to each other. In other words, dates of the appliance on one side of the table and the activity of GOLD on the other. The difficulty is that the two sets of overlapping of dates of arrival and departure. I wish that the final table to divide the originals in new records when the overlaps do not coincide.

    Example:

    Original in both events (one per table)

    > Unit event has - from 14:00 to 18:00

    > OR event B - from 16:00 to 17:00

    Results in 3 documents (in the final)

    > Event 1 - unit from 14:00 to 16:00, null dates GOLD

    > Event 2 - unit from 16:00 to 17:00 OR 16:00 to 17:00

    > Event 3 - unit from 17:00 to 18:00, null dates GOLD

    Of course overlap can be more complex than the example above and adding code to indicate the 'ghosts' transfers to as well.

    In the code below, the first visit of the GOLD occurs during the first mention of the unit.

    Jason

    Oracle 10g

    [code]

    create the table delme_Unit_dates

    (id varchar2 (20))

    , unit_rcd_id varchar2 (20)

    , Unit_desc varchar2 (20)

    Unit_in_code char (1)

    Date of Unit_in_dttm

    Date of Unit_out_dttm

    Unit_out_code char(1));

    create the table delme_or_dates

    (id varchar2 (20))

    , OR_rcd_id varchar2 (20)

    , OR_desc varchar2 (20)

    OR_in_code char (1)

    Date of OR_in_dttm

    Date of OR_out_dttm

    OR_out_code char(1));

    create the table delme_all_dates

    (id varchar2 (20))

    , Unit_OR_id varchar2 (40)

    , Unit_rcd_id varchar2 (20)

    , Unit_desc varchar2 (20)

    Unit_in_code char (1)

    Date of Unit_in_dttm

    Date of Unit_out_dttm

    Unit_out_code char (1)

    , OR_rcd_id varchar2 (20)

    , OR_Desc varchar2 (20)

    OR_in_code char (1)

    Date of OR_in_dttm

    Date of OR_out_dttm

    OR_out_code char (1));

    insert into delme_unit_dates values ('123456', 'U1111', 'Unit A', 'A', to_date('2013-04-29 5:02:00 PM', 'yyyy-mm-dd hh:mi:ss am'), to_date('2013-05-09 1:06:00 PM', 'yyyy-mm-dd hh:mi:ss am'), 'B');

    insert into delme_unit_dates values ('123456', 'U1112', 'Unit A', 'B', to_date('2013-05-09 1:06:00 PM', 'yyyy-mm-dd hh:mi:ss am'), to_date('2013-05-09 4:53:00 PM', 'yyyy-mm-dd hh:mi:ss am'), 'B');

    insert into delme_unit_dates values ('123456', 'U1113', 'Unit A', 'B', to_date('2013-05-09 4:53:00 PM', 'yyyy-mm-dd hh:mi:ss am'), to_date('2013-05-10 10:52:00 PM', 'yyyy-mm-dd hh:mi:ss am'), 't');

    insert into delme_unit_dates values ('123456', 'U1114', ' unity, 't', to_date('2013-05-10 10:52:00 PM', 'yyyy-mm-dd hh:mi:ss am'), to_date('2013-05-11 11:30:00 AM', 'yyyy-mm-dd hh:mi:ss am'), 'B' ");

    insert into delme_unit_dates values ('123456', 'U1115', ' unity, ' B', to_date('2013-05-11 11:30:00 AM', 'yyyy-mm-dd hh:mi:ss am'), to_date('2013-05-12 4:00:00 PM', 'yyyy-mm-dd hh:mi:ss am'), 'B');

    insert into delme_unit_dates values ('123456', 'U1116', ' unity, ' B ', to_date('2013-05-12 4:00:00 PM', 'yyyy-mm-dd hh:mi:ss am'), to_date('2013-05-16 2:14:00 PM', 'yyyy-mm-dd hh:mi:ss am'),' t ');

    insert into delme_unit_dates values ('123456', 'U1117', 'Unit Z', ', to_date('2013-05-16 2:14:00 PM', 'yyyy-mm-dd hh:mi:ss am'), to_date('2013-05-17 2:26:00 PM', 'yyyy-mm-dd hh:mi:ss am'), 'B');

    insert into delme_unit_dates values ('123456 ', 'U1118', 'Unit Z', 'B', to_date('2013-05-17 2:26:00 PM', 'yyyy-mm-dd hh:mi:ss am'), to_date('2013-05-20 11:30:00 AM', 'yyyy-mm-dd hh:mi:ss am'),');

    insert into delme_or_dates values ('123456', 'OR2221', 'or 1', 'O', to_date('2013-05-09 7:35:00 AM', 'yyyy-mm-dd hh:mi:ss am'), to_date('2013-05-09 10:56:00 AM', 'yyyy-mm-dd hh:mi:ss am'), 'R');

    insert into delme_or_dates values ('123456', 'OR2222', ' 5', 'R', to_date('2013-05-09 10:56:00 AM', 'yyyy-mm-dd hh:mi:ss am'), to_date('2013-05-09 3:20:00 PM', 'yyyy-mm-dd hh:mi:ss am'), 'U');

    insert into delme_or_dates values ('123456', 'OR3331', 'or 2', 'O', to_date('2013-05-16 7:59:00 PM', 'yyyy-mm-dd hh:mi:ss am'), to_date('2013-05-16 10:43:00 PM', 'yyyy-mm-dd hh:mi:ss am'), 'R');

    insert into delme_or_dates values ('123456', 'OR3332', ' 8', 'R', to_date('2013-05-16 10:43:00 PM', 'yyyy-mm-dd hh:mi:ss am'), to_date('2013-05-17 11:20:00 PM', 'yyyy-mm-dd hh:mi:ss am'), 'U');

    commit;

    -Is far from what we

    Select

    U.*

    , o.*

    Of

    delme_Unit_dates U

    delme_OR_dates O

    where

    U.ID = o.id

    and U.UNIT_IN_DTTM < = O.OR_IN_DTTM

    and U.UNIT_OUT_DTTM > = O.OR_IN_DTTM

    order of U.UNIT_IN_DTTM, O.OR_IN_DTTM

    ;

    [/ code]

    Post edited by: Jason_S (changed a single date ' 2013 - 05 - 16 15:20 ' to ' 2013 - 05 - 09 15:20 ')

    Hi, Jason.

    Jason_S wrote:

    I edited one of the dates in the original post.

    Also although the inpatient unit and OR events are contiguous for a given patient (no overlap and without gaps - after that data are cleaned).

    ...

    The sample data you posted a of gaps in the data of the GOLD.  It is correct that the solution below works or not there are gaps in the two tables.

    WITH got_dttm AS

    (

    SELECT unit_in_dttm AS DTMC

    OF delme_unit_dates

    UNION

    SELECT unit_out_dttm AS DTMC

    OF delme_unit_dates

    UNION

    SELECT or_in_dttm AS DTMC

    OF delme_or_dates

    UNION

    SELECT or_out_dttm AS DTMC

    OF delme_or_dates

    )

    all_periods AS

    (

    SELECT DTMC AS in_dttm

    , (DTMC) ahead OF (ORDER BY DTMC) AS out_dttm

    OF got_dttm

    )

    SELECT NVL (u.id, o.id) as id

    u.unit_rcd_id

    u.unit_desc

    u.unit_in_code

    p.in_dttm

    p.out_dttm

    o.or_rcd_id

    o.or_desc

    Of all_periods p

    LEFT OUTER JOIN delme_unit_dates u WE u.unit_in_dttm<=>

    AND u.unit_out_dttm > = p.out_dttm

    LEFT OUTER JOIN delme_or_dates o WE o.or_in_dttm<=>

    AND o.or_out_dttm > = p.out_dttm

    WHERE p.out_dttm IS NOT NULL

    ORDER BY p.in_dttm

    ;

    You can use the query above to CREATE or a CREATE TABLE... AS command.

    If you have as much data as you say, a table or materialized view would be maybe faster to use.

    You will notice that I do understand not all columns; I would like to know if you have a problem, including them.

    I don't know what id role plays in this problem.  It is difficult to say when all rows have the same value.

  • Could not send an individual column by using a data binding

    Hello
    I have a data set (testdatalink) link to access the table of database SQL Server reading
    now in my Toad or sql prompt I quried the table using this data binding

    Select * from sqltable@testdatalink;
    With this I have no problem
    But when I ask a specific column as
    Select col1 from sqltable@testdatalink;
    or when I try to update a column
    It says COL1 IS not a VALID IDENTIFIER;
    My final requirment is to update a column in this table of SQL server based on certain conditions.

    I tried to give a name, alis, but no use.
    Please let me know if is there any method of reference in the columns of the table

    Thanks in advance

    Published by: DharV on August 10, 2011 02:45

    If the columns are lowercase in Sukkelserver, you must

    Select 'col1' of reading @...

    --------
    Sybrand Bakker
    Senior Oracle DBA

  • Change the number columns individually

    I've never used any kind of spreadsheet before, but now I need to build a five-column table, and 300 lines and numbers appears as one of the easiest programs I've seen. The only feature that I have not found is a way to vary the width of individual columns. Is there a way?

    It can be done, and I just learned how. Numbers of resembles the spreadsheet for me.

  • How to adjust column widths individual classic SQL report

    Hello

    I use Oracle APEX v4.2 with IE8 browser and basically tries to adjust widths of individual columns in my classic SQL report. Basically, I have three columns I want to spacing, so that the width of the entire region for the report is used, but am not sure how to proceed.

    I drilled in individual columns and specified the column widths as the element, but in vain.

    Would appreciate help on how to do this for each column and hope that I do not need to change the model of report (if possible).

    Thank you.

    Tony.

    Tony F. says:

    I use Oracle APEX v4.2 with IE8 browser and basically tries to adjust widths of individual columns in my classic SQL report. Basically, I have three columns I want to spacing, so that the width of the entire region for the report is used, but am not sure how to proceed.

    There is an element of uncertainty in what we suggest as well, because you have not specified the theme and the report of model that is used. This information is required for any question of formatting or the visual layout.

    I drilled in individual columns and specified the column widths as the element, but in vain.

    Report in some themes templates may be missing in the #COLUMN_WIDTH substitution string # required for use of the declarative column widths, as shown here: Re: width of column in reports

    I don't know why it would be missing from a theme of so-called "modern" (perhaps the lack of documentation affects even the Oracle theme designers), but you can add it to the models listed in this thread.

    Width of the element applies only to controls on a form in a table.

    Would appreciate help on how to do this for each column and hope that I do not need to change the model of report (if possible).

    This can be done using selectors CSS attribute (for the themes of quirks mode non-traditional, because you are using a legacy version of IE). Add a style sheet in CSS Inline property page:

    #ALIAS,
    td[headers="ALIAS"] {
    width: 40%;
    }
    

    where the ALIAS value in the attribute selector matches the required column alias, and the width property specifies the column dimension required and the units.

    Note that the percentage widths will be compared to the width of the report table. Therefore, it may be necessary to also specify widths (100%) for the table of report and its components. Exactly how is based on the report, the region and the page templates and theme used, information that was not provided.

  • Freezing column.

    Is it possible that I can freeze first few columns in the interactive report and allow scrolling for the rest of the report (as in the excel worksheet).

    Hello

    See this plugin
    http://Apex-plugin.com/Oracle-Apex-plugins/dynamic-action-plugin/IR-plugin-package_108.html

    Kind regards
    Jari

    -----
    My Blog: http://dbswh.webhop.net/dbswh/f?p=BLOG:HOME:0
    Twitter: http://www.twitter.com/jariolai

  • Amount based on certain letters in another column values

    Hello

    1. I would like to help to design a formula that sums values based on the presence of "coding" letters in another cell.

    Basically, I have an information line that contains several different values in individual columns. Then, I want to have a cell "coding" that relates to that particular line, when I hit a certain letter or more likely letters. These letters say provide more information on the values of the row. I want to summarize some columns that depends on the presence of certain letters in the "coding" cell, but my current use the SUMIF formula (e.g. SUMIF (g4:g6, "m =", A4: A6 "totals only values in A4: A6, if ONLY the letter am' is located in g4:g6 - while I need the formula for hunting the letter'm ' even if there is no other letters in the same cell with him - for example g6 cells which")) contains 'Sir'

    2. in addition, I would like to have the spreadsheet sum up occurrences of places (frequency) and sales of each place. I have maybe up to 40 locations to manage - so, how do I write a SUMIF formula that takes everywhere? Should be a long embrace formula that lists all of the 40 locations?

    I hope someone can help!

    Thanks in advance

    Matthew

    PS - It's just a spreadsheet example - real is normally 100 long lines for each month, so I have to get as automated as possible summary functions!

    You can use wildcards in SUMIF and SUMIFS, like this:

    = SUMIF(G,"*m*",A)

    BTW, your layout seems very "Excel-like". Suggest that you break your table to enjoy the design of the numbers. Here, my tier 6 is defined as a footer line.  This way I can simply reference to column G without worrying about which define a particular range.

    SG

  • Registration of image data to text - multi-column file

    Hello

    I'm currently grabbing images using functions IMAQ and am averaging of each image through the columns using IMAQ LinearAverages.vi. I am currently saving these values (IE a size of profile line 1: n) to a text file. However, I have a large amount of images (M) to capture, so I would like to display each image line profile data to an individual column.

    At the moment the text file captures all of the data, but in a single column, not very useful for the purposes of post-processing. Can someone suggest a nice way to do this? Records in a spreadsheet file better?

    I would appreciate any advice.

    Kind regards
    Miika


  • Records Windows Explorer more to maintain the column spacing.

    Original title: Windows Wxplore column spacing.

    After cleaning on some malicious programs, I find that my folders Windows Explorer continue is no longer their pre-defined column spacing.  How can I get the records maintain their spacing of individual columns again?

    Hello

    What anti-virus software is installed on your computer?

    You can reset all folders & restore by default. Subsequently, check if the problem persists:

    For more information, refer to this link: make all identical folder views

    Hope the helps of information.

  • overlap of column FreeCell

    My freecell opens with a layered column.  It seems that the 1st column is at the front and between the 2nd and 3rd columns. When you click on one of the columns under the overlay column it will be put forward and overlap the other columns. This only happens with the first three columns.

    How can it be fixed so once again, there are individual columns?

    Thank you

    Hello

    Thanks to Community Microsoft can help you with your concern for Windows!

    Are you facing this problem by playing the game FreeCell integrated on your computer?

    If so, please try the following and check if it works:

    Method 1:

    Place the computer in a clean boot state and check if the problem persists:

    How to solve the problem by running the clean boot in Windows Vista or Windows 7:
    http://support.Microsoft.com/kb/929135
    Note: Once you have completed troubleshooting, perform step 3: clean boot article to reset the computer as usual.

    Method 2:

    Try to turn off and turn on the game to turn on the games feature in "Turn on or off Windows features":

    Here is the link that will help how to do the same thing:

    Where are my games?

    http://Windows.Microsoft.com/is-is/Windows-Vista/where-are-my-games

    You can consult the following link:

    FreeCell: how to play

    http://Windows.Microsoft.com/is-is/Windows-Vista/FreeCell-how-to-play

    If the problem persists, or if you have any related concerns of Windows, please keep us informed.

    We will be happy to help you!

  • Question how to freeze the top of the table line

    I try to freeze the top of a table row, so when you scroll the top line is fixed.

    I tried to use a CSS Style sheet and the link to the table. I can get the top row to freeze but the columns align not when you scroll the page.

    Thanks if anyone can help. It is my coding...

    < id of the table = "name of width ="1135"border ="2"align ="center"cellspacing ="2">"

    < thead style = "" >

    < b >

    < th = width "306" bgcolor = "#B7383A" style = "color: rgba (247,238,238,1)" > < h3 > < style strong = "color: rgba (248,240,241,1)" > < facilities > data < / h3 > < /th >

    < th = width "62" bgcolor = "#B7383A" style = "color: rgba (247,238,238,1)" > < AA h3 > < / h3 > < /th >

    < th = width "76" bgcolor = "#B7383A" style = "color: rgba (247,238,238,1)" > < SSAA h3 > < / h3 > < /th >

    < width th = "111" bgcolor = "#B7383A" style = "color: rgba (247,238,238,1)" > < strong data > < / strong > < /th >

    < width th = "111" bgcolor = "#B7383A" style = "color: rgba (247,238,238,1)" > < data h3 > < / h3 > < /th >

    < width th = "63" bgcolor = "#B7383A" style = "color: rgba (247,238,238,1)" > < data h3 > < / h3 > < /th >

    < width th = "44" bgcolor = "#B7383A" style = "color: rgba (247,238,238,1)" > < data h3 > < / h3 > < /th >

    < width th = "43" bgcolor = "#B7383A" style = "color: rgba (247,238,238,1)" > < EC h3 > < / h3 > < /th >

    < th = width "60" bgcolor = "#B7383A" style = "color: rgba (247,238,238,1)" > < h3 > < strong data > < / strong > < / h3 > < /th >

    < th = width "37" bgcolor = "#B7383A" style = "color: rgba (247,238,238,1)" > < data h3 > < / h3 > < /th >

    < th = width "60" bgcolor = "#B7383A" style = "color: rgba (247,238,238,1)" > < data h3 > < / h3 > < /th >

    < th = width "107" bgcolor = "#B7383A" style = "color: rgba (247,238,238,1)" > < data h3 > < / strong > < / h3 > < /th >

    < /tr >

    < / thead >

    link to stylesheet to table

    @charset "utf-8";

    / * CSS document * /.

    / * Table Styles * /.

    table #name

    {

    border: 3px solid black

    }

    Th {}

    }

    border-collapse: collapse {;}

    border-spacing: 1;

    }

    Table #name th, table #vigor td {text-align: center}

    table thead {} #vigor

    line-height: 12px;

    text-transform: uppercase;

    position: fixed;

    padding: 0px

    }

    table thead th {} #name

    padding: 0px

    }

    If you could please help, I would appreciate...

    There is a trick to this:

    Fixed the Table header - http://alt-web.com/

    Nancy O.

  • Additional column names selected when you use the describe "popup" to select columns

    Hello

    In SQL Developer 3.2.20.09, if you use the popup describe the function on a individual table columns using Ctrl + click (not shift click choosing a range of columns) and select and then drag them to the SQL worksheet to find the column names, it includes all of the columns between the individual columns that have been selected.

    For example if I choose column 1 and 5, it includes 1,2,3,4,5 columns when I drag them through.

    Simple to reproduce on any table, just open the SQL worksheet, type the name of a table, open the popup describe and select some columns.

    Kind regards

    Steve

    Is not past in v4 ai2 it seems to be fixed.

Maybe you are looking for

  • Qosmio G35-AV600: using Recovery CD I get partition not created error

    I recently ordered a recovery for my Qosmio G35-AV600 disc, because I started in safe mode to clear an alleged threat. Silly me! I forgot the password because I constantly use the fingerprint reader. Well, at the time where, that drives recovery came

  • First next generation as PowerMac IMac

    So, I bought a late 2001 iMac G3. When I hold the power button while booting it, instead of 2.2 iMac, PowerMac 2.2 is said. This is on all the iMac G3s? Or did the previous pirate owners or changed the iMac?

  • Re: Download the recovery for my Equium disc?

    Hello! I had a virus even though MSN on my computer and it slowed down my computer so I downloaded the free version of avg and did a quick scan to clear the virus.Then once he had finished it asked me to restart my computer so I did, but now whenever

  • 0% Apple pencil battery and does not load

    I use pro iPad Apple pencil to draw every day, and I noticed that my Apple pencil stopped working today. I plugged in the charger with the pencil and iPad widget, it shows that there is 0% battery left and the lightening bolt charge appears. Cool for

  • Modes of reentry

    After reading http://digital.ni.com/public.nsf/websearch/98847B4E4C715E6D86256C59006B57CC?opendocument&Submitted&&... and discuss with other users of LV between that I still don't know what are the differences 'Share the clones between bodies' and 'C