throw ' (' and the rest of the line to a column of data)

It's my data-

PICL/NGJ/MP-0001/01/02012 (Export)

PICL KWB MP-0060/002/2012 (Open)

PICL/MRP/MP-0006/01/02012 (Inland)

PICL/AGB/MP-0010/01/2012 (O0pen)-(co-in)

PICL/BP/MP-0025/001/2012 (P-1)

I want to throw the chain started from ' (' this means that the output will be)

PICL/NGJ/MP-0001/01/02012

PICL KWB MP-0060/002/2012

PICL/MRP/MP-0006/01/02012

PICL/AGB/MP-0010/01/2012

PICL/BP/MP-0025/001/2012

And it would be of different data type after the start of support.

How to write a sql to get the result

Hello

Like this?

DATA (col SELECT "PICL/NGJ/MP-0001/01/02012 (Export)' FROM DUAL

UNION ALL

SELECT 'PICL KWB MP-0060/002/2012 (Open)' DOUBLE

UNION ALL

SELECT "PICL/MRP/MP-0006/01/02012 (Inland)" DOUBLE

UNION ALL

SELECT "PICL/AGB/MP-0010/01/2012 (O0pen)-(Co-In)" DOUBLE

UNION ALL

SELECT "PICL/BP/MP-0025/001/2012 (P-1)" DOUBLE)

SELECT Regexp_replace (col, ' \(.*'))

FROM the data

Tags: Database

Similar Questions

  • I XI Acrobat pro, under comment > markup drawing the cloud, the polygon, gum and the line connect do not work. Eraser is visible, the rest are hidden a bit. all solutions?

    I XI Acrobat pro, under comment > markup drawing the cloud, the polygon, gum and the line connect do not work. Eraser is visible, the rest are hidden a bit. all solutions?

    You must disable the Touch Mode, with the toolbar button or the preference of the user: Edit > preferences > General > Mode Touch > never

  • I'm retouching of images taken on my iPhone 6 more with Photoshop CS6. I'm doing my color correction and add effects and all that. Before you export the image I review and be sure to what I has no more sharpness and the lines are smooth and it looks good

    I'm retouching of images taken on my iPhone 6 more with Photoshop CS6. I'm doing my color correction and add effects and all that. Before you export the image I review and be sure to what I has no more sharpness and the lines are smooth and it looks good overall. I export it to JPEG, max quality with the establishment of reference standards. I then open the image and it seems fine, as it did in photoshop. My problems begin to occur when I try to download on Twitter as my profile picture. I tried downloading from my office directly on the site via google chrome. When I download the image then begins to have jagged edges and overlooks the tablets. So I thought it was some performance settings, then I tweaked them and restarted a couple of times and still the same result. He would go on my desk but when uploaded to twitter as my profile picture is horrible. So I tried emailing the image of myself and the download through my phone. I opened the image on my iphone and it seemed fine as he did on my desktop but when I downloaded the image it makes then look blurry. I had this problem when downloading photos Twitter via my iphone, so it doesn't surprise me. I have read different forums saying: you must download it from the office, so I thought it would work like this. This could be a problem of twitter than compresses uploaded photos? Other people can do very much the same way, but it does not work for me. Please someone help me before I put my computer in an oven microwave.

    This could be a problem of twitter than compresses uploaded photos?

    Yes. The rest, we can answer. You wrote a lot, but very little discussion. Instead of accurate information you lose yourself in the vague descriptions. Screw color management to the wrong dimensions that trigger resizing server-side it could be any number of things here.

    Mylenium

  • All my data have doubled and the lines are slightly compensation and overlapping. Unusable.

    All my data have doubled and the lines are slightly compensation and overlapping. Unusable. How to restore the distorted view course content?

    Hello Arnold,.

    A screenshot of the upper-left corner of your document could help the issue. Include as much as in the example below.

    If this section of the table does not display data "doubled and shifted", provide a second screenshot of a section of the same size, showing a sample of the data in question.

    Kind regards

    Barry

  • Zoom in the photo and the line at the same time?

    So, I accomplished the ability to zoom in/out of an image on the front panel, with user input. And I discovered separately how to programmatically create a line in the block diagram with draw several Lines.vi, and it appears on the front panel to run. But now, I'd like to combine the two so that I have a photo zoomable on the front panel that has even a coded line that is simultaneously zoomed on at the same time as the picture. You know, so that zoom is the same for the image and the line and the line is always proportional to the same place on the image as it was before zooming.

    For now, I tried to stack the line with the image, but it's no dice. The line appears and is zoomable in front, but the image disappears. I would like to have visible both with line ontop of photo and zoomable by the zoom control switch.

    I have screenshots of the block diagram and façade below.

    Your Dãaaaaaa:

    (Must be added the image before the line, the line is on top...)

  • Text and the line spacing in EP 14?

    EP 10-14 passing. Where is the manual setting of the text and the line space in the Titler?

    Premiere Elements does not attack or the spacing setting.

  • Divide the line into several columns

    Hi all

    I have a question where I want to divide the line into multiple columns based on the delimiter ' |'.

    Staging of Table structure: People_STG, I have people in it.

    Create table People_STG(col1 varchar2(4000));


    Insert into People_STG(Emp_id|) User name | FirstName. LastName. JobTitle | hire_date | Location_id)


    SELECT REGEXP_SUBSTR ( COL1, '[^,|]+', 1, 1) EMP_ID,
           REGEXP_SUBSTR ( COL1, '[^|]+', 1, 2) USERNAME,
           REGEXP_SUBSTR ( COL1, '[^,|]+', 1, 3) FIRSTNAME,
           REGEXP_SUBSTR ( COL1, '[^,|]+', 1, 4) LASTNAME,
           REGEXP_SUBSTR ( COL1, '[^,|]+', 1, 5) JOBTITLE,
           REGEXP_SUBSTR ( COL1, '[^,|]+', 1, 6) HIRE_DATE,
           REGEXP_SUBSTR ( COL1, '[^,|]+', 1, 7) LOCATION_ID
    FROM PEOPLE_STG
    WHERE length(regexp_replace(COL1, '[^|]', '')) = 14;
    

    But I am facing a problem here, as in some lines, function is null, but when I run the above query, it is not recognizing the empty element and inserting Hire_date values of function and location_id in Hire_date where function is null.

    for example: 1 | akash51 | Akaksh | C | 22/11/14 | 15

    Here the function is null, so when I run top to divide query it will insert 11/22/14 in the function column and 15 in Hire_Date.

    Please need help on this one.

    Oracle Version: 11.2 g

    Thanks in advance,

    Akash.

    There are different techniques to cope with this.  Is a simple...

    SQL > ed
    A written file afiedt.buf

    1 with t as (select 1 | akash51 |) Akaksh | C | 22/11/14 | 15' as col1 of union double all the
    2 Select 2 | akash52 | Akaksh | C | Jobs jobs | 23/11/14 | 15' of the double
    3            )
    4  --
    5. end of test data
    6  --
    7 select trim (REGEXP_SUBSTR (COL1, ' [^, |] +', 1, 1)) EMP_ID,.
    8 toppings (REGEXP_SUBSTR (COL1, ' [^, |] +', 1, 2)) USERNAME,.
    9 garnish (REGEXP_SUBSTR (COL1, ' [^, |] +' 1, 3)) FIRSTNAME,
    10 pads (REGEXP_SUBSTR (COL1, ' [^, |] +' 1, 4)) LASTNAME,.
    11 garnish (REGEXP_SUBSTR (COL1, ' [^, |] +' 1, 5)) JOBTITLE,.
    12 pads (REGEXP_SUBSTR (COL1, ' [^, |] +', 1, 6)) HIRE_DATE,.
    13 garnish (REGEXP_SUBSTR (COL1, ' [^, |] +' 1, 7)) location_id
    14 * from (select replace (col1, ' |)) ',' | as col1 of t)
    SQL > /.

    EMP_ID USERNAME FIRSTNAME LASTNAME, JOBTITLE HIRE_DATE LOCATION_I
    ---------- ---------- ---------- ---------- ---------- ---------- ----------
    1 akash51 Akaksh C 22/11/14 15
    2 akash52 Akaksh C Job 23/11/14 15

  • Work with lost funds and the lines of culture

    I have a document in Indesign is 7 "x 7". A page of this document, I have an image that is 8 x 8. Therefore, it is a complete purge with four faces.

    I want to be able to print or PDF document so that the lines of cultures appear and appears the image full 8 x 8 (or at least an image larger than the size of the page). In this way, it would be easy to cut the image using a blade without white spaces peeking out.

    Is this possible in Indesign? If so, how would I go to do?

    Any help would be appreciated.

    To identify which is which, try to check that the brand culture, uncheck the rest. then try increasing the size of offset. Once you are satisfied on how it works, the pdf file again, the size of the purge of exports. then export the pdf file once again, this time by checking the purge brand box. spot the difference

  • SUMIF line is equal to the value of test and the line below is '-'

    Hello

    I have a spreadsheet numbers where a column has a list of names that are mixed with rehearsals and another column that has a value of profits to this name list.

    Now, I want to determine the total profits from each of the names so I can see the total profit by name.

    That part is easy, I just a SUMIF function that checks if the name corresponds to a specific name, and then adds the benefit altogether.

    The problem I have is that in the names column, sometimes I'll have a name and then the next rows are just '-' indicating that they are of the same name. The SUMIF function that I use does not takes into account these values because they obviously do not match the name of the interest.

    So my question is: is it possible to create a function that will check for a matching name and then if the next line '-', then add this value to the total as well. It has to work with several rows of '-' after the name.

    The screenshot below is an example of what I mean because I realize that it does not have much sense.

    So in this case, the total of Jess profit would be = 5 + 35 + 15 + 5 + 15 = 75

    and the benefit of Gill = 30 + 30 + 20 + 40 = 120

    I hope I did it is clear enough. Thank you in advance!

    Oscar

    Hi Oscar,.

    Although it is possible to do, it will be a little clumsy, involving additional columns. It would be much easier to stop using the "-" and use the actual names instead. Order the popup format to create a list that makes it easy to list the names.

    Quinn

  • I have updated, but how do the awesome bar and the line at home to show?

    Miss me the line having the awesome bar and the Home icon.
    How can I get this crucial line?

    I've updated to the new version and here is the result.

    Make sure the toolbars like the toolbar 'Navigation' and the 'personal bar' are visible: "view > toolbars".

    • Is he missing elements then open the window customize via "view > toolbars > customize" or "Firefox > Options > toolbars»
    • If a missing element is located in the toolbar palette and then bring her back in the window customize the toolbar
    • If you don't see an item on a toolbar and in the toolbar palette, then click on the "Restore default" button to restore the default toolbar set up.

    See also:

  • Tap the calligraphy and the line of characters

    I do a simple real design. I have a PC touchscreen computer.  Call the 2 lines with my finger. I want the two rows to have the same weight - not thick or thin - only a consistent size to a point or a thickness.  Well when I have a large size - the lines are a uniform 1'.  But when I reduce the 2 lines, the left swirl becomes thick and thin. When you make the reduction I like uniform scale. I used the round brush, swirl on the right line is fine when it reduced.  I need to be a single layer - you can see the curve of the top line that it thickens when design is reduced.  I had no entered fill. Driving me crazy - can not get the left line is a single layer, and I have to use it in a real small - so there must be a single thickness of the lines.  Someone help me?

    HeartIconIssue.jpg

    It is perhaps the issue of blob with calligraphy brushes.

    What you can try is to apply the effect zigzag with a size of 0

    Then set "curves by segment" (or whatever it's called) until the blob has disappeared (can be a high value)

  • PivotTable: define fields in the article and the lines

    Hello:
    I am a beginner with OBIEE answers (or in this case, no answers...).

    How can I define a field as a line and also add the area of Sections? I'm putting a page break with every change of value for the field, but I also want to show the field in the lines.

    Thank you-

    Charlie EPEs
    Buffalo, NY

    Click on that column and select duplicate pivot or criteria just re - select this pass

  • sum of all the lines before and the line real (11g)

    Hello
    I would like to know how to summarize the value in a column of all the lines before the actual and real. A simple example

    Select the ID of
    (
    Select rownum, 1 double ID
    Union
    Select rownum, 2 double
    Union
    Select rownum, 3 double
    Union
    Select rownum, 4 double
    Union
    Select rownum, 5 double
    Union
    Select rownum, 6 double
    Union
    Select rownum, 7 double
    )

    offers

    ID
    1
    2
    3
    4
    5
    6
    7

    and I would have

    ID SUM
    1 1
    2 3
    3 6
    4 10
    5 15
    6 21
    7 28

    Thanks for any help
    Best regards

    Hello

    Here's a way to do it:

    with t as
    (
    select rownum r ,1 ID from dual
    union
    select rownum,2 from dual
    union
    select rownum,3 from dual
    union
    select rownum,4 from dual
    union
    select rownum,5 from dual
    union
    select rownum,6 from dual
    union
    select rownum,7 from dual
    )
    select id, sum(id) over (order by id) sum
    from t ;
    
            ID        SUM
    ---------- ----------
             1          1
             2          3
             3          6
             4         10
             5         15
             6         21
             7         28
    

    Kind regards
    Sylvie

  • How to find no work plans and the lines of a doc. ?

    Hello

    could someone tell me how to count the number of work plans and existing lines in the document?

    the CS4 API can do?

    I couldn't find all the suites do.

    Please help I'm stuck.

    Thank you

    DeepAlone.

    The number of work plans is easy: AICropAreaSuite::GetCount() in AICropArea.h. The number of lines? It's more complicated, since there is no ownership of it. You figure, however, using the methods of AICropArea to join the rectangles (see struct above) of each work plan (or "box frame" as they are called in the nomenclature of the CS4 API). There is no guarantee that they are in lines, of course, since they can be moved. You can take a stab but looking at the top & bottom and see if a bunch of them line up; which would give you meaning to all the lines are there is they are in lines.

  • I BOUGHT A KEYBOARD BRAND NEW AND THE LINE FROM THE TOP OF THE KEYS ARE BROKEN! VOLUME/PLAY/PAUSE - MAVERICKS OSX 10.9.5

    I just bought a brand new "Magic Keyboard" and the last row of keys DO NOT WORK. I'm outraged and absolutely do not update to OSX Yosemite or El Capitan. It is a piece of hardware that does not work as expected.

    ] How can I fix?

    Stop SCREAMING. Apple isn't here, only volunteers trying to help people to get unraged.

    The magic keyboard requires OS X El Capitan 10,11 or later version. That is printed on the box and said in the Apple Store online, just as it is for the Magic Mouse II. If you still use OS X Maverick and remains adamant about not upgrading to El Capitan, then just take the keyboard for a refund.

Maybe you are looking for