Waht does (+) mean

select * from   CIRC.COMPLAINT CM,  CIRC.CPT_CATEGORY_DTL CMCAT
where CM.TYPE_COMPLAINT        =  CMCAT.COMPLAINT_TYPE (+)I am sorry its dumb question but what does that mean (+) is it a join left outer join or right outer join ??? Is this same as outer join if not does it have any advantage over outer join

Hello! Varun!
The (+) is Oracle syntax for outer joins.
Your example:
select * from   CIRC.COMPLAINT CM,  CIRC.CPT_CATEGORY_DTL CMCAT
where CM.TYPE_COMPLAINT        =  CMCAT.COMPLAINT_TYPE (+)in ANSI syntax looks like that:
SELECT *
   FROM  CIRC.COMPLAINT CM
            LEFT OUTER JOIN CIRC.CPT_CATEGORY_DTL CMCAT
                    ON ( CM.TYPE_COMPLAINT = CMCAT.COMPLAINT_TYPE)Here is little example to clear things up:
Setup example:
CREATE TABLE tab_a(ID)
AS SELECT ROWNUM FROM dual CONNECT BY ROWNUM < 5;
CREATE TABLE tab_b(ID)
AS SELECT ROWNUM + 2 FROM dual CONNECT BY ROWNUM < 5;
Left outer join:
    -- Oracle Syntax:
    SELECT A.ID, b.ID
      FROM tab_a A,
           tab_b b
     WHERE A.ID = b.ID(+)
     ORDER BY a.ID;
    -- ANSI Syntax:
    SELECT A.ID, b.ID
      FROM tab_a A
           LEFT OUTER JOIN tab_b b
                ON (a.ID = b.ID)
     ORDER BY A.ID;
    -- Result:
    a_ID     b_ID
    1         <null>
    2         <null>
    3         3
    4         4 Right outer join:
    -- Oracle Syntax:       
    SELECT A.ID, b.ID
      FROM tab_a A,
           tab_b b
     WHERE A.ID(+) = b.ID
     ORDER BY A.ID;
    -- ANSI Syntax:
    SELECT A.ID, b.ID
      FROM tab_a A
           RIGHT OUTER JOIN tab_b b
                 ON (A.ID = b.ID)
     ORDER BY A.ID;
    -- Result:
    a_ID     b_ID
    3         3
    4         4
    <null>  6
    <null>  5                 Hope that helps.
Best regards,
Matt

Similar Messages

  • Wht does mean of CONFIRMing of a Stock Transfer Order - STO??

    Hi Experts,
    Would like to know that,
    1 - Wht does mean of CONFIRMing the Stock Transfer Order-STO?
    2 - I guess, CREATing STO is just like that creationg of a PO, Am I correct?
    3 - Is ther any BAPI for CONFIRMing a STO?
    thanq

    Hi,
    Do you think of 'vendor confirmation'? Maybe it is possible to use it in case of STO...the fields are active...
    http://help.sap.com/saphelp_47x200/helpdata/en/75/ee13e855c811d189900000e8322d00/frameset.htm
    BR
    Csaba

  • What does mean You can include static and dynamic tables into a Smart Form?

    Hi guys,
    If you check the official documentation for Smart forms in the Internet you will read that the initial pharagraphs of the text tell you "Tables - You can include static and dynamic tables into a Smart Form. Dynamic tables enable you to display tables whose size is determined only at the moment of their output by the number of the table items to be displayed". The link is the following: http://help.sap.com/saphelp_nw04/helpdata/en/a5/de6838abce021ae10000009b38f842/frameset.htm
    I was wondering if this means that I can use field symbols with dynamical number of columns to print a smart form. Because it would be great since the customer wanted a dynamical report depending on the week day it was (If Monday, there was only 12 columns, but if Friday, it will be 52 columns (1 column more for every day elapsed in the current week)). I had to create 5 different forms, but I think using field symbols I had spent less effort. Do you know if it is really possible? If not, then what does mean "You can include static and dynamic tables into a Smart Form"?
    Thank you in advance

    Hi ,
    The concept of static and dynamic tables in smartforms, means you can use template- ( static table as no of rows and columns is fixed). Also you can use table- dynamic as the no of rows will depend on your line items.
    Hope this will help you to close this thread.
    Also, try to find this answer in posted forums. Creating a new forum everytime just increases the network traffic. So please try to avoid it.
    Regards,
    Vinit

  • Wht does mean of CONFIRMing of Stock Transfer Order-STO?

    Hi Experts,
    Would like to know that,
    1 - Wht does mean of CONFIRMing the Stock Transfer Order-STO?
    2 - I guess, CREATing STO is just like that creationg of a PO, Am I correct?
    3 - Is ther any BAPI for CONFIRMing a STO?
    thanq

    Sri,
    May be it looks like but you can also look at and test in SE37 before applying:
    Pls check the BAPIs,
    BAPI_OUTB_DELIVERY_CONFIRM_DEC BAPI for Outbound Delivery Confirmation from a Decentralized System
    BAPI_OUTB_DELIVERY_SPLIT_DEC BAPI for Subsequent Outbound-Delivery Split from a Decentralized Syste
    and at last call this for commit work:
    BAPI_TRANSACTION_COMMIT
    Amit.

  • What does mean error 1009 when download from appstore?

    What does mean error 1009 when download from appstore?
    This is not fair only for my location or anything I have a product and expect to support my device
    This is not question I got my answer on other posts but didn't satisfactory.
    Thank you.

    I got this iphone from a guy and everytime i tried to update the applications stored in this phone it keeps asking me the password that the guy used to use, even thou i created a new apple ID of my own and updated the account of icloud and everything in this iphone with the new apple ID, it still asks me the password of the account that the guy used to use whenever i tried to update the applications, and i cant find the guy who gave me this iphone...wt should i do???

  • What does mean the error "System status DELT is active"?

    Hi Gurus,
    Can somebody tell me what does mean the error "System status DELT is active"?

    Hi Disha,
    I m getting the same message while trying to update the contract using FM "bbp_pd_ctr_update".
    When  I go and check the Item or header it is not marked for Deletion. Is there any table or field which indicates that it is marked for Deletion.
    Any help on this is highly appreciated.
    Regards
    Surender

  • I have a iPod but the only I have in the screen is like  a skull apple image what does means?

    What does means Skull Image in my iPod screen?

    It means the iPod has been jailbroked, You can try restoring the iPod via iTunes

  • What does mean the itune icon with a cable in the iphone screen?

    what does mean the itune icon with a cable in the iphone screen?

    I'm having exact same problem. I was installing the latest ios7 update (to fix some Facetime bug that I don't have) and this happened. I noticed in some other posts on similar problem to hold down the sleep and on buttons at the same time and tried that. No change. Then I plugged it into my laptop and it said it was in recovery mode. I'm now in the process of restoring the software.
    I really hope I haven't lost all my contacts, notes, and photos.

  • What does mean when a imac screen goes all white

    what does mean when a imac screen goes all white

    Hopefully its not the logic board. try a PRAM reset: http://support.apple.com/kb/HT1379
    basically hold cmd, option, P, and R directly after start. Keep holding them down until you hear two chimes. That indicates a successful PRAM reset. It is not uncommon to hear 3.
    If that doesnt work try an SMC reset. Pull out the power cord from the back of the mac for atleast 15 seconds. plug it in again for 5 seconds and power back on ...http://support.apple.com/kb/HT3964
    Regards,
    Cody

  • Waht does the OU stand for?

    Waht does the OU=MyUnit stand for in the following permission file?
    <name>CN=Manager, OU=MyUnit </name>
    <?xml version='1.0'?>
    <permissions>
      <grant>
        <principal>
          <class>javax.security.auth.x500.X500Principal</class>
          <name>CN=Manager,OU=MyUnit</name>
        </principal>
        <permission>
          <target>*</target>
          <action>all</action>
        </permission>
      </grant>
      <grant>
        <principal>
          <class>javax.security.auth.x500.X500Principal</class>
          <name>CN=Worker,OU=MyUnit</name>
        </principal>
        <permission>
          <target>cache=common*</target>
          <action>join</action>
        </permission>
        <permission>
          <target>service=invocation</target>
          <action>all</action>
        </permission>
      </grant>

    OU stands for Organizational Unit and is a part of Windows Server Active Directory. When you add an Organizational Unit to Active Directory, this allows you to create a category for computers, or for users, or both. For example, in a high school, I may create an OU for Students and have all my student accounts within this OU, and an OU for Staff, and have all my staff accounts in this OU. Now I can apply GPO's, or Group Policy Objects, to this Organizational Unit, such as Interface controls if I want to lock down student interfaces for example. You can also configure OU's with computers in them. So for example, I may join a set of teacher computers to the Staff Computers OU within Active Directory after these machines have been joined to the domain, and then apply a Policy on that OU that says that ONLY staff accounts may log into these computers to prevent students from logging onto a staff machine.

  • What it does mean with debug type is serial or debug type is usb or 1394?

    hi,
    I was reading in windows 7 bible  about  updating global debugger setting ,
    debug type can be serial ,or 1394, or usb  . 
    what it does mean exactly with telling debug type is serial or debug type is usb?
    thanks
    johan
    h.david

    This is referring to the type of connection you are using to debug.
    Serial -- uses a serial cable,  needs a connection to a 9 pin connector. This was the first out there, is still in use on Desktops,  not installed on laptops anymore.  Not much hardware supports serial anymore. 
    1394 -- refers to firewire.  Firewire was developed in the 90's (maybe late 80's).  This uses a firewire connection.  Not usually installed on Desktops,  sometimes still installed on laptops.  
    USB -- refers to a USB connection.  This is the most common connection you will find and use.  This is on its third standard now, called USB 3.0.  This is commonly used by cell phones, printers, Desktops, laptops, servers, and is used to connect
    keyboards, mouses, and other items.  
    Hope this helps. 

  • My sister bought a 16GB iPod touch 5 and went thru all the steps to set up but then realized it didn't have a camera. So we clicked reset and erase all contents and settings. This does mean her credit card info is erased right?? Thanks for your help.

    My sister bought a 16GB iPod touch 5 and went thru all the steps to set up but then realized it didn't have a camera. So we clicked reset and erase all contents and settings. This does mean her credit card info is erased right?? Thanks for your help.

    Welcome to Apple Support Communities
    When you erase an iPod touch, your information, apps and settings are deleted and iOS is back to factory settings. If she wanted an iPod touch with camera, she should return it after erasing it. Note that the iPod touch doesn't store her credit card information

  • What does mean "2 component active for validations"?

    Hi Gurus,
    I want to activate cost center component in a controlling area(tcode okkp). So I want to know what does mean " 2 component active for validations", and the difference with " 1 component active". It seems that co document will not be created when I choose "2 component active for validations".
    Thanks in advance,
    --Alex

    Hello Alexander,
    1  -  Active
    CCA is active without limitation. Cost centers are validated against the cost center master. They can be used as account assignment objects. The CO files are updated on posting.
    2  -  Active for validations
    CCA is not active. Cost centers are validated against the cost center master. The cost centers can be used as account assignment objects but the relevant CO files are not updated on posting. If CCA is implemented at a later date, you can subsequently post the cost-relevant business transactions in cost centers to the relevant CO files (OKBA, OKBB, OKBC).
    So when you set the activation status to 1, you can post CO documents, and when you set the status to 2, co CO documents will be created but you can set CO objects on posting lines and these CO objects will be validated. This ensures, when you activate CCC at a later date, then these postings can be re-posted to CO.
    Cheers,
    Daniela

  • What does mean this....

    My power supply says:
    +3.3V/22A +5V/32A +12V/16A
    What does mean the other numbers? and which is the best number?¿

    A computer Power supply provides power to the PC.
    The PC operates on different voltages, +3.3v, +5v, +12v and even -12v and -5v.
    An axample would be a CD drive may require 12V and a floppy drive may only need 5v.
    Think of the power supply as a combination of different batteries.
    The second part to your numbers is the Current ratings. As each voltage is separate from the other voltages they all have their own Current rating.
    So in your power supply the +3.3v battery/(known as rail) can only provide 22Amps, the +5v rail can only provide 32Amps.
    To understand how voltage and current are related you need to know a bit about electricity.
    Voltage = current X resistance.     Power = Voltage x Current.
    Now if a cd drive in your PC required +5v and 16Amps, how many could you have?
    The answer is 2, provided they are the same as different CD drives have different specifications.
    So if you put 3 of these CD drives in your PC what would happen?
    Your power supply will try to provide +5V to all of them and 48Amps (16x3) but this is too much POWER for your power supply to provide, the result is smoke and your power supply will burn.
    This applies to all the Voltage rails in the power supply. Therefore the higher the Current rating per Voltage rail, the better the power supply as it can handle more devices which means provide more POWER.
    So just incase you are still confused,
    The power supply is a combination of batteries, 6 in total. Batteries known as rails.
    +3.3v, +5v, +12v, -5V, -12V, +5vsb
    Each battery has a Current rating.
    The more current a voltage rail can provide, the better the power supply.
    Finally incase you thought this, The batteries are always the 6 values I stated as it is a power supply specification, manufacturers try to get their power supply to match these Voltage values.
    Now numbers mean something  

  • What does mean "property node and invoke node"?

    I want to read excell file and could program it with refering to this discussion board.
    But I can't understand details of this process.
    For examples , What does mean to put "workbooks,visible,Displayalert"?
    and What does mean "open,filename,etc・・"?
    I want to be taught this object meaning each process as minutely as possible.
    Hope your help!
    Attachments:
    設定配列読込(Excel to string table).vi ‏64 KB

    Typically with any activeX programming in labview you drop an reference to an object , open the reference, then invoke the methods and set the properties and when done you close the reference.  To select what reference you would like right click on the activeX reference and choose "browse".  The excel object library provides many activeX interfaces but typically you would manipulate the application object, Workbook or worksheet but I have only used the excel interface a few times, I prefer to use excel offline and not directly communicate with the application programmaticly.  You can also place an axtiveX container on the front panel and select the Excel container object to embed an excel instance on your front panel.  Good luck.
    Paul
    Paul Falkenstein
    Coleman Technologies Inc.
    CLA, CPI, AIA-Vision
    Labview 4.0- 2013, RT, Vision, FPGA

Maybe you are looking for

  • Hyper-V LBFO Teaming VMQ RSS-settings

    Hi, We are running a six host Hyper-V Cluster on 2012 R2 Core machines. Since the environment was set up we have been receiving the following error: Source: Hyper-V-VmSwitch Event ID: 106 Description: Available processor sets of the underlying physic

  • What is the new features of asha 311 version 7.36

    Can anybody tell me what is the new features in new software version 7.36 of asha 311 ????..........

  • Nvidia FX5700 N-view problems?

    I've installed a FX5700 (MSI) video card. I need to use the three outputs provided for it(simultaneously). -two outputs(VGA y DVI) used by two LCD monitors. -one output (S-Video) used by a TV My question is: Are there any N-Vidia driver that allow us

  • Oracle DB copy from PRD system 10g to TEST system 11g

    Hi All, I have recently upgraded Oracle in the test system from 10.2.0.4 to 11.2.0.2. My Production system ran still with the old oracle version 10.2.0.4. Now I need to refresh the test system. Is that possible to be made at all, a database copy from

  • Is there any way to get back to iOS 6.1.3? Far too many bugs with iOS 7

    Is there any way to go back to iOS 6.1.3 on iPhone 4? I'm sick of the bugs that have come with iOS 7. My phone is slow, it randomly calls numbers when it's in my pocket even though voice dialling has been disabled and the amount of crashes I've had h