Marking based on priority

Hi all
I have a table of data as below:

CAT ACID
1A
1 B
1 C
2B
3 C
3B

You want to tag ACID field based on the field of CTU. As:
TAG CAT ACID
1 1
1 2
1 3
2 1
3 2
1 OF 3
the ultimate goal is to reference the wrt CAT customer. ACID only have a cat will be marked as 1, but given the number of cat will undergo marking 1,2,3 and so on...

Can help any one on this?

Kind regards
SKP

Try this...

select acid,cat,row_number() over (partition by acid order by acid,cat)tag from t;

A C        TAG
- - ----------
1 A          1
1 B          2
1 C          3
2 B          1
3 B          1 -----B --> 1
3 C          2 ---- C --> 2 

Hope this is what you expect...

Kind regards
Rakesh

Published by: Rakesh on April 7, 2011 12:32

Tags: Database

Similar Questions

  • Counting based on priority

    Hello

    I have followed reports in a table

    Holiday offday date

    ----------------------------------------------

    2010-01-26 1 1

    27/01/2010 0 0

    28/01/2010 0 0

    2010-01-10 1 0

    2010-02-10 0 1

    =================================

    I need a holiday County and offday

    Here offday count = 2

    Holiday count = 2

    But I need the output as follows

    If holiday and day come the same day, then it will be counted as offday only

    So here's necessary output is holiday = 1

    offday = 2

    Pls help

    I use oracle 10g

    Select sum (offday) offday, sum (decode (offday, 1, 0, vacation)) my_tab vacation

  • How to choose the color marker in the plot of the intensity

    Hello

    I am tracing my 2D data file in the plot of the intensity. I want to that path of color should be as red as value maximum all in green as minimum value and 0 must be yellow. I watched this http://digital.ni.com/public.nsf/allkb/1ADFF221E27F5B5886256E6F007C7B58?OpenDocument example, but in this example they decide marker beforehand. In my case, I want to choose marker based on maximum and minimum value.

    Thank you

    Yogesh

    Here's a simple example. I didn't change anything execpt for show with 1 decimal digit z scale markers (default is zero). It is just cosmetic.

  • Creation of programmatic vague marker, naming with Python

    I just finished a Python script using pydub which detects silences between songs on a record of .wav LP/cassette and adds markers (landmarks) in the appropriate places, and so I want to name them in the order they will be numbered when I open them in hearing CC 20141.

    How hearing encodes the names of markers in PCM wave files? I don't think they are in the file of the Ridge, and while the I combed the raw data with struct.unpack, I can't make heads nor tails of it... I was wondering if there is some sort of XML embedded in the header block.

    A marker based on Python, naming solution would be too large. Very little experience with C/C++. Thank you!!

    I just wanted to say that they can be named anything that the user wants to but I get what you're after.

    What to look for (and I'm going off the coast of memory for the time) are two "pieces" which auditioned adds at the end of the wav file.

    They must be labelled 'LIST' and _PMX

    Sure that _PMX is the one you are after

    Just copy the data to a text editor should be just pure XML and you should get an idea of how it is built - there is a lot more than you expect

    If it seems a bit like give a baby a handgrenade so feel free to get back to me, but just take your time and you should be able to get by

  • Update a line based on the minimum value

    I need to update a value in row in a table (table 1), which has a relationship one may with another table (table 2) based on priority. Here is the data structure and sample of the table. I have a merge statement that can do all this, but it takes too much to run if the data into table2 are enormous.

    I want to reduce the execution time, can someone suggest me another way to achieve this.
    --Table Definition
    CREATE TABLE TABLE_1 (ENAME VARCHAR2(20), ID NUMBER(20), DISPLAY_NAME VARCHAR2(20), PRIMARY KEY (ENAME));
    CREATE TABLE TABLE_2 (ENAME VARCHAR2(20), DISPLAY_NAME VARCHAR2(20), PRIORITY NUMBER(1));
    
    --Sample data
    INSERT INTO TABLE_1 (ENAME,ID) VALUES ('EMP1','1000');
    INSERT INTO TABLE_1 (ENAME,ID) VALUES ('EMP2','2000');
    
    INSERT INTO TABLE_2 (ENAME,DISPLAY_NAME,PRIORITY) VALUES ('EMP1','APPLE',1);
    INSERT INTO TABLE_2 (ENAME,DISPLAY_NAME,PRIORITY) VALUES ('EMP1','DELL',2);
    INSERT INTO TABLE_2 (ENAME,DISPLAY_NAME,PRIORITY) VALUES ('EMP1','MS',NULL);
    
    --Merge to perfor the update
    MERGE INTO TABLE_1 T USING 
    (select ename, display_name from TABLE_2 where (ename,priority) in (
    select distinct ename, min(priority) over (partition by ename) from TABLE_2 min_prior)) Q
    ON (T.ENAME = Q.ENAME)
    WHEN MATCHED THEN UPDATE SET DISPLAY_NAME = Q.DISPLAY_NAME;

    Maybe (filtering of priority of the join before fusion as table_2 is huge)

    merge into table_1 t
    using (select ename,display_name
             from (select t2.ename,t2.display_name,
                          row_number() over (partition by t2.ename order by t2.priority) rn
                     from table_1 t1,
                          table_2 t2
                    where t1.ename = t2.ename
                  )
            where rn = 1
          ) q
       on (t.ename = q.ename)
     when matched
     then update
             set t.display_name = q.display_name
    

    Concerning

    Etbin

  • Retrieve the text of sprite to the specific marker

    Is there a way to recover the text from a spriteMember to a specific marker when you are not located in this marker?

    I have a presentation that uses small graphics below to go to its corresponding marker based on the markerList. I would like to get text in sprite (6) of the corresponding marker location and display them in a sprite of text on the stage at the current location. Without jumping to that location.

    I try to avoid to make a list or naming of the members with the corresponding marker.

    Thank you.

    Wally

    > Is there a way to retrieve the text of a spriteMember to a specific marker
    > When you are not located in this marker?

    Short answer... No.

    You can get the text of the Member?

    If this does not work, you can use the partition record updateLock property.
    You can do something like this: set updateLock true, go the frame you
    want the text of the Member of the sprite, then return on the image you
    running and turn updateLock back to false.

    on test
    _movie.updateLock = true
    Go "spriteFrame".
    Mettre.Member.text sprite (6)
    go "normalFrame."
    _movie.updateLock = false
    end

    If you put that as a Manager in a movie script, you can enter the test of
    the message window and see what happens - you will see the text of the
    Sprite appears, but will not spend the read head...

    HTH

    --
    Dave-
    Adobe Community Expert
    www.blurredistinction.com
    http://www.Adobe.com/communities/experts/

  • Bar Q10 10.2 red blackBerry HUB on the left of the email

    I received an email from PayPal and filed (in my Icloud account). The message remains in the hub. How can I get it out of the hub? I don't have it marked as a priority.

    "' Actions and do NOT show messages deposited in the hub go to"More Options"(three vertical points)" settings "display" then to 'Display the Messages' move the slider to off.

  • The overall modal vs vs normal screen

    According to the QAnywhere 4.5, on the UiApplication class, there are almost 3 pusher * methods to push screens:

    pushScreen (...)

    pushModal (...)

    pushGlobal (...)

    That tells me that there are 3 types of screens: normal, modal and global.

    I tried to google for documentation on these. You guys can point me at all?

    Basically, I'll try to find the difference between them, advantages/disadvantages, and each typical use cases.

    Thank you.

    pushScreen displays regular screens - if Popup or full screen. Screens are pushed on the stack, and only the top of the screen can receive events of touchscreen, keyboard and navigation device entry. It is a non-blocking call. This is the main tool in your software development. You can dismiss the screen later with anti-pop or simply push a top.

    pushModalScreen is a blocking call that returns only after that the screen is rejected. It is particularly useful for the dialog boxes for custom confirmation ('Delete file? ("Yes / No"). Most of these scenarios (like the "delete file" etc.) can be covered by creative might have a use for the class of dialogue but your request all kinds of strange conditions...

    pushGlobalScreen displays a screen on a wide based device priority queue, ensuring that the display is visible even if the application is running in the background. This is suitable for all kinds of catastrophic alerts ("low battery, do you want to save your work?" etc.)

  • Question of VTI of ipsec.

    Trying to put an ipsec tunnel, I was reading articles on the web, such as:

    http://www.Cisco.com/en/us/technologies/tk583/TK372/technologies_white_paper0900aecd8029d629.html

    http://www.Cisco.com/en/us/docs/iOS-XML/iOS/sec_conn_vpnips/configuration/XE-3s/sec-IPSec-virt-tunnl.html

    I used to implement ipsec sessions using the crypto card concept.

    So my question is how can I specify the "isakmp policy" that I want to use for the phase 1 by using the concept of tunnel.

    Lets assume that I have several sessions running ipsec and I need different isakmp policy, before I used to do:

    Crypto isakmp policy USED BY VPN 1 1

    BA 3des

    preshared authentication

    Group 2

    !

    crypto ISAKMP policy USED BY VNP 2 20

    BA 3des

    preshared authentication

    Group 2

    address key crypto isakmp XXXXXX YYYYYY

    address key crypto isakmp XXXXXX YYYYYY

    .

    .

    crypto map ipsec-isakmp CRYPTO 1

    Description "VPN1."

    defined peer XXXXXXX

    transformation-TRAN1 game

    match address XXX

    Crypto map 20 CRYPTO ipsec-isakmp with the HELP of '20' SECUENCE NUMBER, 20 POLICY IS ASSIGNED.

    Description "VPN2."

    defined peer XXXXXXX

    game of transformation-TRANS2

    match address XXXX

    Any help would be great.

    Thank you.

    The concept of the isakmp policy is tha that even as before with crypto maps. And you can also mix virtual private networks with cryptographic cards and VPN with VTI on the same router.

    So in your example, if you are the initiator, the two fonts (Finally, the two are the same is not any sense) are sent to the host as a suggestion and the answering machine (hopefully) selects one based on priority (lower numbers have higher priority). It is independent of the type of tunnel.

    What changes often in modern deployments is, that the PSKs are not configured in global configuration, but in rings of cryptographic keys that could be mapped by isakmp profiles:

    door-key crypto STATIC-VPN

    address of pre-shared-key 198.51.100.10 key cisco1234

    pre-shared-key address 192.0.2.10 cisco456 key

    --
    Don't stop once you have upgraded your network! Improve the world by lending money to low-income workers:
    http://www.Kiva.org/invitedBy/karsteni

  • What gives? Research (w / no luck) of E-mail groups in scoring model to drive E10...

    What I'm missing here, people? How is - E10 - I can search and locate groups specific e-mail through a filter of Contact Power Tools but I can't find the same groups of email through the rule of engagement model criteria scoring lead? It is specifically stated "emails in folders" - I must be missing something here - can someone please shed some light for me?

    Thank you!

    KC

    It is I understand that model E10 rating lead you cannot mark based on Group Messaging. You can only score e-mail based on the folders they reside in.

  • DROID: - Configure the account with 'reply-to' the other email

    I prefer to keep gmail and messaging verizon separate accounts on the Motorola Droid I do in Outlook and you have another address 'reply-to' on behalf of verizon, but I can't figure out how to make this happen.  Is it possible to set up the e-mail account from verizon with another address 'reply-to' on the Motorola Droid in enamel (not in GMail)?

    Defining the "REPLY TO" is a standard fare in most customer configurations of e-mail, but is not in program of e-mail settings Droid... Because the configuration of SMTP server is always one of the difficult parts to manage a POP3 account allows you to use a different outgoing mail server and have even answers will the correct account is serious enough.

    I hope that the possibility to set the ANSWER to will be added in an update. It is not difficult, but all of these types of updates will be prioritzed for development and resources allocated based on priority.

    Tom Petty, he said: "the waiting is the hardest part."

  • Resources used by ESXi 5

    When you plan how to set up virtual machines for ESXi 5, you have to book specific resources for ESXi itself?

    For example, a host of 12 core consists of 8 cores for a VM database and 4 cores for a VM or ESXi application requires 2 of these nuclei for itself effective. Suppose that these virtual machines will run pretty hot.

    Documentation indicates that ESXi requires minimum 2 hearts and about 2 GB of RAM (depending on the #VMs), but it means to predict (#cores - 2).

    Not exactly.  ESXi is not a type of virtualization solution area.  vCPU are scheduled on a physical processor based on priority/share for a unit of time.  You actually have time to decide your CPU, you're not segmenting their or removing them and dividing them to your virtual machines.

    When you assign a vCPU virtual machine, you are him giving a thread of execution against a Jepp.

    The host runs this time.

    You need to the account that you will need processing power for a host, but it does not amount to a full 2 hearts, especially when you load the host with a large NUMBER of machines.

    For example, I have a host with 32 cores and 256 GB of RAM, running at 20 percent with 37 vm and about 70 vCPU configured using.

    -KjB

  • Script to add markers to the text in paragraph format

    With previous versions of Framemaker, I had a FrameScript that loop in my document and add a text marker based on the applied paragraph format. The marker text would be the selected paragraph.

    I try now to recreate it in Extendscript for use in Framemaker 10 and am completely perplexed.

    I have no doubt that my script (copied below) is completely off track, but I was wondering if someone would be able to help point me in the direction of my many mistakes.

    Basically I want the script to find all paragraphs with the "* Ref." format applied, make this text range of text and then apply a marker at this beach. A little research showed that I probably need to create a list of paragraph formats, but I think I have a lot more problems than that.

    var pgfFmt1 = flow. GetNamedPgfFmt (* part No.);

    While (pgfFmt1.ObjectValid ())

    {

    function createMarker (doc, FMP, offset, type, text) {}

    var strange, marker;

    Strange = pgfFmt1.TextRange;

    marker = doc. NewAnchoredObject (Constants.FO_Marker, strange);

    marker. MarkerType = type;

    marker. MarkerText = text;

    Return 1;

    }

    createMarker (doc, bmp, 0, 'Index', 0);

    Thank you in advance to anyone who is able to offer me some advice!

    You can use the following function to get the text of a paragraph of FrameMaker.

    function getText (textObj) {}

    var objText = "";

    Get a list of strings of the object.

    var textItems = textObj.GetText (Constants.FTI_String);

    Concatenate the strings.

    for (var i = 0; i)< textitems.len;="" i="" +="1)">

    objText += (textItems [i] .sdata);

    }

    Return objText;

    }

    Once you add it to your script, you can modify each call to createMarker to something like this:

    createMarker (doc, bmp, 0, 'subject', getText (FMP));

    -Rick Quatro

  • IDREF tag the xref element has no value

    I use FM 8 on Windows.

    I have a structured document where several sections of the document will be making reference to a table.

    More specifically, I have an XRef element with an Idref attribute that will point to an element TableTitle in the target table.

    Almost all of them work, but once from time to time one of the Idref attributes will be = < value > and tinted red in the Structure view.

    The reference is correct, I can Alt-Ctrl-click on the referral and it will take me to the correct table. But when I export to format XML the Idref is empty and my XSLT logic that tries to follow this reference collapses because it cannot find the target.

    It doesn't seem to matter where I set the goal, I can re assign the xref to point to another table that another Idref have no problem with, and it shows even < value >. I can remove the XRef element and add it, set up the target and it's still no < value >.

    What I have to do is find another element of the xref that has a valid Idref, make a copy of this Xref element and attribute, then re - assign this Idref to my desired target cross reference and it will go then find the correct Id value in the title of the table.

    While this works, I'm confused as to why Framemaker creates crossreference < worthless > in the first place.

    Thanks for any idea!

    -Michael

    Michael,

    The reference dialog box has four options selects the target (called source) of the cross-reference. Two of them create the marker-based referrals who work in FrameMaker and PDF but create attribute values. Did you check that?

    -Michael HD

  • Mark on Group on the priority of the task for each employee

    Hi all

    We have following the structure of the employees table, the taskallocation & tasks.
    CREATE TABLE EMP
       (     "EMP_ID" NUMBER(10,0) NOT NULL ENABLE, 
              "FNAME"     NVARCHAR2(50) NOT NULL ENABLE, 
              "LNAME"     NVARCHAR2(50) NOT NULL ENABLE 
       );    
       
       
    CREATE TABLE TASKS
       (     "TASK_ID" NUMBER(10,0) NOT NULL ENABLE, 
              "TASK_PRIORITY" NVARCHAR2(10) NOT NULL ENABLE          
       );   
       
    CREATE TABLE TASKSALLOCATION
       (     "TASKALLOCATION_ID" NUMBER(10,0) NOT NULL ENABLE, 
              "EMP_ID" NUMBER(10,0) NOT NULL ENABLE, 
              "TASK_ID" NUMBER(10,0) NOT NULL ENABLE
       );   
       
    The same data will be as follows
    Insert into EMP (EMP_ID,FNAME,LNAME) values (1,'XYZ','DFD');
    Insert into EMP (EMP_ID,FNAME,LNAME) values (2,'DFDS','FD');
    Insert into EMP (EMP_ID,FNAME,LNAME) values (3,'FDSF','GFH');
    Insert into EMP (EMP_ID,FNAME,LNAME) values (6,'GFHGF','GFHS');
    Insert into EMP (EMP_ID,FNAME,LNAME) values (4,'GFD','FDG');
    Insert into EMP (EMP_ID,FNAME,LNAME) values (5,'DSFDS','FDSAF');
    Insert into EMP (EMP_ID,FNAME,LNAME) values (7,'GHGY','EWE');
    Insert into EMP (EMP_ID,FNAME,LNAME) values (8,'FGRFSAD','SADF');
    
    Insert into TASKS (TASK_ID,TASK_PRIORITY) values (1,'HIGH');
    Insert into TASKS (TASK_ID,TASK_PRIORITY) values (2,'MEDIUM');
    Insert into TASKS (TASK_ID,TASK_PRIORITY) values (3,'LOW');
    Insert into TASKS (TASK_ID,TASK_PRIORITY) values (4,'HIGH');
    Insert into TASKS (TASK_ID,TASK_PRIORITY) values (5,'MEDIUM');
    Insert into TASKS (TASK_ID,TASK_PRIORITY) values (6,'LOW');
    Insert into TASKS (TASK_ID,TASK_PRIORITY) values (7,'HIGH');
    Insert into TASKS (TASK_ID,TASK_PRIORITY) values (8,'MEDIUM');
    Insert into TASKS (TASK_ID,TASK_PRIORITY) values (9,'LOW');
    Insert into TASKS (TASK_ID,TASK_PRIORITY) values (10,'HIGH');
    Insert into TASKS (TASK_ID,TASK_PRIORITY) values (11,'MEDIUM');
    Insert into TASKS (TASK_ID,TASK_PRIORITY) values (12,'LOW');
    Insert into TASKS (TASK_ID,TASK_PRIORITY) values (13,'HIGH');
    Insert into TASKS (TASK_ID,TASK_PRIORITY) values (14,'MEDIUM');
    Insert into TASKS (TASK_ID,TASK_PRIORITY) values (15,'LOW');
    Insert into TASKS (TASK_ID,TASK_PRIORITY) values (16,'HIGH');
    Insert into TASKS (TASK_ID,TASK_PRIORITY) values (17,'MEDIUM');
    Insert into TASKS (TASK_ID,TASK_PRIORITY) values (18,'LOW');
    Insert into TASKS (TASK_ID,TASK_PRIORITY) values (19,'HIGH');
    Insert into TASKS (TASK_ID,TASK_PRIORITY) values (20,'MEDIUM');
    Insert into TASKS (TASK_ID,TASK_PRIORITY) values (21,'LOW');
    Insert into TASKS (TASK_ID,TASK_PRIORITY) values (22,'HIGH');
    Insert into TASKS (TASK_ID,TASK_PRIORITY) values (23,'MEDIUM');
    Insert into TASKS (TASK_ID,TASK_PRIORITY) values (24,'LOW');
    
    Insert into TASKSALLOCATION (TASKALLOCATION_ID,EMP_ID,TASK_ID) values (1,1,1);
    Insert into TASKSALLOCATION (TASKALLOCATION_ID,EMP_ID,TASK_ID) values (2,2,1);
    Insert into TASKSALLOCATION (TASKALLOCATION_ID,EMP_ID,TASK_ID) values (3,3,2);
    Insert into TASKSALLOCATION (TASKALLOCATION_ID,EMP_ID,TASK_ID) values (4,3,3);
    Insert into TASKSALLOCATION (TASKALLOCATION_ID,EMP_ID,TASK_ID) values (5,4,4);
    Insert into TASKSALLOCATION (TASKALLOCATION_ID,EMP_ID,TASK_ID) values (6,4,5);
    Insert into TASKSALLOCATION (TASKALLOCATION_ID,EMP_ID,TASK_ID) values (7,4,6);
    Insert into TASKSALLOCATION (TASKALLOCATION_ID,EMP_ID,TASK_ID) values (8,4,7);
    Insert into TASKSALLOCATION (TASKALLOCATION_ID,EMP_ID,TASK_ID) values (9,5,6);
    Insert into TASKSALLOCATION (TASKALLOCATION_ID,EMP_ID,TASK_ID) values (10,6,8);
    Insert into TASKSALLOCATION (TASKALLOCATION_ID,EMP_ID,TASK_ID) values (11,7,9);
    Insert into TASKSALLOCATION (TASKALLOCATION_ID,EMP_ID,TASK_ID) values (12,8,8);
    Insert into TASKSALLOCATION (TASKALLOCATION_ID,EMP_ID,TASK_ID) values (13,8,10);
    Insert into TASKSALLOCATION (TASKALLOCATION_ID,EMP_ID,TASK_ID) values (14,8,11);
    Insert into TASKSALLOCATION (TASKALLOCATION_ID,EMP_ID,TASK_ID) values (15,8,12);
    Insert into TASKSALLOCATION (TASKALLOCATION_ID,EMP_ID,TASK_ID) values (16,6,13);
    Insert into TASKSALLOCATION (TASKALLOCATION_ID,EMP_ID,TASK_ID) values (17,5,14);
    Insert into TASKSALLOCATION (TASKALLOCATION_ID,EMP_ID,TASK_ID) values (18,3,12);
    Insert into TASKSALLOCATION (TASKALLOCATION_ID,EMP_ID,TASK_ID) values (19,3,13);
    Insert into TASKSALLOCATION (TASKALLOCATION_ID,EMP_ID,TASK_ID) values (20,2,15);
    Insert into TASKSALLOCATION (TASKALLOCATION_ID,EMP_ID,TASK_ID) values (21,1,16);
    Insert into TASKSALLOCATION (TASKALLOCATION_ID,EMP_ID,TASK_ID) values (22,2,17);
    Insert into TASKSALLOCATION (TASKALLOCATION_ID,EMP_ID,TASK_ID) values (23,1,18);
    Insert into TASKSALLOCATION (TASKALLOCATION_ID,EMP_ID,TASK_ID) values (24,4,19);
    Insert into TASKSALLOCATION (TASKALLOCATION_ID,EMP_ID,TASK_ID) values (25,6,20);
    Insert into TASKSALLOCATION (TASKALLOCATION_ID,EMP_ID,TASK_ID) values (26,5,21);
    Insert into TASKSALLOCATION (TASKALLOCATION_ID,EMP_ID,TASK_ID) values (27,1,22);
    Insert into TASKSALLOCATION (TASKALLOCATION_ID,EMP_ID,TASK_ID) values (28,3,23);
     
    COMMIT;
    And we are looking for a number of tasks based on grouping on its priority by employee. Something like that,

    ResultSet
    with 
        t as 
         (                                        
              select     'XYZ DFD' as EMP_NAME,     3 as HIGH ,     0 as MEDIUM,     1 as LOW FROM dual union all
              select     'DFDS FD'     ,     1     ,     1     ,     1     FROM dual union all
              select     'FDSF GFH'     ,     1     ,     2     ,     2     FROM dual union all
              select     'GFHGF GFHS'     ,     3     ,     1     ,     1     FROM dual union all
              select     'GFD FDG'     ,     0     ,     1     ,     2     FROM dual union all
              select     'DSFDS FDSAF'     ,     1     ,     2     ,     0     FROM dual union all
              select     'GHGY EWE'     ,     0     ,     0     ,     1     FROM dual union all
              select     'FGRFSAD SADF'     ,     1     ,     2     ,     1     FROM dual)
    Note: We use the Oracle 11.2.0.2.0 version

    Hello

    select emp.fname || ' ' || emp.lname EMP_NAME
         , sum(case when tasks.TASK_PRIORITY = 'HIGH' then 1 else 0 end) HIGH
         , sum(case when tasks.TASK_PRIORITY = 'MEDIUM' then 1 else 0 end) MEDIUM
         , sum(case when tasks.TASK_PRIORITY = 'LOW' then 1 else 0 end) LOW
      from emp
      join TASKSALLOCATION
        on emp.EMP_ID = TASKSALLOCATION.EMP_ID
      join TASKS
        on TASKSALLOCATION.TASK_ID = tasks.TASK_ID
     group by emp.fname || ' ' || emp.lname
    
    EMP_NAME                   HIGH     MEDIUM        LOW
    -------------------- ---------- ---------- ----------
    FGRFSAD SADF                  1          2          1
    XYZ DFD                       3          0          1
    GHGY EWE                      0          0          1
    GFHGF GFHS                    1          2          0
    GFD FDG                       3          1          1
    DFDS FD                       1          1          1
    FDSF GFH                      1          2          2
    DSFDS FDSAF                   0          1          2
    

    Concerning

    Martin Preiss

Maybe you are looking for

  • iPhone photo problem

    I made the mistake of using one of these dime-store Chargers to recharge my iPhone at work one day. The phone has only connected to the charger for a minute or two, when I noticed that he has changed a bunch of settings on the iPhone. I was able to c

  • Satellite Pro M30 - update driver Wireless Protected Access (WPA)

    I have a Satellite Pro M30 (model PSM35E). I want to get the onboard Intel 2100 3B PCI Wireless card to work with WPA (wireless protected access). The current driver is 1.1.6.0 dated dated 27/03/2003. I am running Win XP SP2. This card can support WP

  • I have problem with the security of the Client. Help me please

    I have a T61 and want to use my password finger print scanning. When I started the Client Security Solution, I have this message "the TPM on this system module has been configured previously to one operating system other than oversight. To use the TP

  • Generation of signals (c) FIFO PXI-6225

    Hello. My user requests an upgrade a system existing. I'm an analog input I need to convert to a digital waveform. As the analog input varies, I need to be able to vary the frequency of the digital wave to match. Just recently, I discovered that I sh

  • Cannot use guest access

    On a new XAC1900 after the installation of a home network based on IP fixed, with the main computer wired and all other 8 devices connected WiFi and no problem at all, I tried to use guest access. I have configured the SSID with the suffix - comments