Updated column by max - not where it is null

Hi all

I have the following table and the date with I want to update the column containing NULL values
different date, these data are the maxmium number in the same column.
create table test (id number(9), name number(9));

insert into test values(1,2);
insert into test values(2,2);
insert into test values(3,2);
insert into test values(4,2);
insert into test values(5,2);
insert into test values(6,null);
insert into test values(7,null);
insert into test values(7,null);
I used this but this update columns with same value. So, it's not what I want
update test set name=(select max(name)+1) from test) where name is null;
I want the result like this
id     name
1       2
2       2
3       2
4       2
5       2
6       3
7       4
7       5
Note: the Id column may double
Thanks in advance

Published by: Isabelle November 23, 2012 23:51
SQL> select  *
  2    from  test
  3  /

        ID       NAME
---------- ----------
         1          2
         2          2
         3          2
         4          2
         5          2
         6
         7
         7

8 rows selected.

SQL> update  test t1
  2     set  name = (
  3                  select  name
  4                    from  (
  5                           select  rowid rid,
  6                                   max(name) over() + row_number() over(order by name nulls first,id,rowid) name
  7                             from  test
  8                          ) t2
  9                    where t2.rid = t1.rowid
 10                 )
 11    where name is null
 12  /

3 rows updated.

SQL> select  *
  2    from  test
  3  /

        ID       NAME
---------- ----------
         1          2
         2          2
         3          2
         4          2
         5          2
         6          3
         7          4
         7          5

8 rows selected.

SQL> 

SY.

Tags: Database

Similar Questions

  • OFFICE 2003 UPDATES NOT INSTALLi WILL have carried out a search for the KB numbers is not found has tried to find where the updates have been downloaded, not at the office and not in the section windows software, then

    4 updates for office 2003 will not install update for the junk e-mail in Microsoft Office Outlook 2003 (KB974771) filter
    Update of security for Microsoft Office 2003 (KB972580)
    Update of security for Microsoft Office 2003 (KB974554)
    Update of security for Microsoft Office Outlook 2003 (KB973705) I searched the KB numbers, not found tried to find where the updates have been downloaded, not at the office and not in the software section windows, so I am at a loss, the small yellow shield keeps saying updates are ready for download
    I am at a loss of what everything else is fine, that I have set for automatic notification of updates, then let me chose to download.
    for any help or suggestion would be greatly appreciated.
    Thank you very much * address email is removed from the privacy *.

    Download the 4 four updates and install them manually.

    IE: http://www.microsoft.com/downloads/en/results.aspx?freetext=KB974771&displaylang=en&stype=s_basic

    Just look for the other 3 three, download to a place you can find and install manually the same.

    Taursie TaurArian [MVP] 2005-2010 - Update Services

  • ORA-39726: operation column add/drag not supported on compressed tables

    Hello

    I have an error of the object.

    {noformat}

    SQL > select table_name, compression from dba_tables where owner = 'USER1' and table_name = "TABLE1_LT";

    TABLE_NAME COMPRESS
    ---------------------- --------
    TABLE1_LT DISABLED

    SQL > exec dbms_wm. DisableVersioning ('user1.table1', force = > true, ignore_last_error = > true);
    Dbms_wm BEGIN. DisableVersioning ('user1.table1', force = > true, ignore_last_error = > true); END;
    *
    ERROR on line 1:
    ORA-20231: table "User1. Table1' failed during
    DisableVersioning. Error:
    ORA-39726: operation column add/drag not supported on compressed tables
    ORA-06512: at "WMSYS.LT", line 9360
    ORA-06512: at line 1


    SQL > select sql_str in the all_wm_vt_errors;
    ALTER TABLE USER1. DROP COLUMN LTLOCK TABLE1_LT

    {noformat}

    How can I check, it's a table really compressed or OWM not in?

    Hello

    This is the right way to determine whether a table enabled version uses compression.  It could be another property table or tablespace that causes the same error will be triggered.  It is difficult to know exactly without the full table DDL.  If the dba_tables query was ACTIVE for this column, the inner workings of the Workspace Manager would have to set as unused column instead of a fall that could have prevented this error.  This behavior has been updated in 12 c to always define the column as unused anyway.  As a on 11.2.0.3, you can use ignore_last_error to jump the abandonment of all columns of metadata (version, nextver, delstatus, ltlock and createtime/retiretime if history is used).  Then when DisableVersioning is complete, you can issue the unused column from the game DDL manually for each of the columns.

    Kind regards

    Ben

  • I've updated to Sierra, na not use iCloud, now I see all of my dates in the calendar are gone!

    I've updated to Sierra, na not use iCloud, now I see all of my dates in the calendar are gone!

    If it was in iCloud, turn, if they were not, tell us where they have been

  • Is it still possible to update Firefox by installing a MAR file manually? It seems properly update files, but do not update the registry keys in Windows...

    Hi, I need to update Firefox on multiple computers where I work. So, after reading this article, https://wiki.mozilla.org/Software_Update:Manually_Installing_a_MAR_file, I have prepared my file containing the complete update (Full MAR 36.0) and the file updater.exe. Then, I run the following command with no problems.

    Updater.exe C:\Temp\FirefoxUpdate\ ' %ProgramFiles% (x 86) %\Mozilla Firefox ' "%ProgramFiles% (x 86) %\Mozilla Firefox '.

    In the log file update.status that I see "successful." I then launch Firefox to check if everything is in order and indeed the program has been updated to version 36.0. Good! But, when I go in "Add/Remove Program" in the control panel (Windows 7 Ent SP1 x 64 French) line still says that I have the 35.0.1 older version installed. Is this normal? If I manually start the update, using the full installer of Firefox, or if I update Firefox by using the update search in the "about Firefox" then everything works correctly, including the "Add/Remove program. Could someone please confirm that there is indeed a problem?

    Thanks in advance for the help!

    Hi guigs2, I finally found the reason why it did not work.

    https://wiki.Mozilla.org/Software_Update:Manually_Installing_a_MAR_file

    And I use this method to update to Firefox, because the user doesn't have to close Firefox during the installation of the update. And there is no popup Window, without warning, etc. Unless there is a better way to update Firefox without having to close with force the browser of the user when an update is available?

    Thanks again for the help!

  • 'Vulnerable' plugins are already updated. Firefox does not recognize updates!

    I've updated my VLC plugin to latest software version 2.1.3 and the plugin. Yet, Firefox says it is 'vulnerable' for no reason. I also stopped and restarted firefox after the update, and it did not have a hint of difference.

    In addition, Adobe Reader 9.5.5 is the version of Reader 9 and is perfectly fine according to my Add-ons Manager, but yet, it is also 'vulnerable' according to the plugin to update checkfor absolutely NO reason. When I've upgraded to Adobe Reader X many years ago that he did not at all with firefox as the plugin had serious problems and was not easy to use even outside firefox. I then reinstalled 9 and never returned.

    Why Firefox cannot recognize the plugins updated and said they are vulnerable, and yet gives zero why?

    Finally, if I go to the Add-ons Manager and click the "update now" in this page it only brings me to the page worthless telling me that the plugin was blocked, not knowing where to go to update. It's a really irritating problem that you will try the upgrade and you don't go to a Web site that will allow you to do so, it will take you to a page that says absolutely NOTHING of value.

    If you want to replace the VideoLAN\VLC\ program files that have not been updated with the win32, such as npvlc.dll Installer (and others?):

    You can get the Zip Package vlc - 2.1.3 - Win32.zip linked here and extract the content: https://www.videolan.org/vlc/download-windows.html

    If you do not want to I would consider a complete uninstall VLC media player 2.1.3 then a resinstall.

  • I have problems when I minimized windows and try to open a new window will open all minimized windows as well as the new window. He just changed when mozzilla updated. He has not done this before the update.

    I have problems when I minimized windows and try to open a new window will open all minimized windows as well as the new window. He just changed when mozzilla updated. He has not done this before the update. Before the update if I had minimized windows they would be reduced when I opened a new window. Need help please, I guess it's just a setting somewhere but I can not understand where is the parameter. Thank you jason

    http://about.ask.com/APN/toolbar/docs/default/FAQ/en/FF/index.html#Na4 is Ask FAQ on how to uninstall the toolbar.

  • My Vista system trying to download the updates, and it does not complete the download. It is up to "Windowsupdate_00000646" and "windowsupdate_dt000" How do I clear this code to receive these updates?

    My Vista system trying to download the updates, and it does not complete the download. It is up to "Windowsupdate_00000646" and "windowsupdate_dt000" How do I clear this code to receive these updates?

    They are only updated office or all updates?

    For Office updates, usually to pick up the item at the: http://www.microsoft.com/downloads/en/default.aspx

    then manually download and install the same.

    If all updates, perhaps consider the following general tips-

    Option: File of Windows Update agent wups2.dll is incorrectly registered and the registry associated with the Wups2.dll file files are missing.

    Method 1: Save the Windows Update files

    1. Click Start and type notepad in the box start the search.
    2. click on Notepad in the list programs.
    3. copy the following commands, and then paste them into the opened Notepad window:
    REGSVR32 WUPS2. DLL/S
    REGSVR32 STINKS. DLL/S
    REGSVR32 WUAUENG. DLL/S
    REGSVR32 WUAPI. DLL/S
    REGSVR32 WUCLTUX. DLL/S
    REGSVR32 WUWEBV. DLL/S
    REGSVR32 JSCRIPT. DLL/S
    REGSVR32 MSXML3. DLL/S
    4. in Notepad, on the file menu, click Save as.
    5. in the file type list, click all files.
    6. in the file name box, type register.bat.
    7. save the Register.bat file to your desktop.
    8 right-click the Register.bat file, and then click Run as administrator. If you are prompted for an administrator password or a confirmation, type the password or click on continue.
    9. try to reinstall updates.

    http://support.Microsoft.com/kb/958053
    See: method 1: save the Windows Update files

    http://support.Microsoft.com/kb/326253
    Method 5: Registry Windows Update engine files

    http://support.Microsoft.com/kb/971058
    How to reset the Windows Update components?

    Method 2: Download and install Windows Update agent

    Windows Update Agent

    How to get the latest version of the Windows Update Agent to help manage updates on a computer
    http://support.Microsoft.com/kb/949104

    Information for network administrators about how to obtain the latest Windows Update Agent
    http://support.Microsoft.com/kb/946928

    Click Start, click run, click Browse, navigate to the file you saved and click Open.

    Add the switch /wuforce at the end of the command run and then click OK. For example, the command run might look like this: "C:\WindowsUpdateAgent30-x86.exe" /wuforce

    Click run.

    Follow the steps to complete the wizard.

    Important

    To reinstall Windows Update Agent - download the relevant file from one of the links provided above and save it to a drive where Vista is not loaded because the file cannot be launched directly from the root directory of the system.

    Click Start, run, type: "D:\WindowsUpdateAgent30-x86.exe /wuforce" (without the quotes) and press ENTER to install the Windows Update engine.

    Note: There is a space between "D:\WindowsUpdateAgent30-x86.exe" and "/ wuforce.

    D: is the drive where Windows is not installed (IE a flash drive or a 2nd hard drive etc.)

    TaurArian [MVP] 2005-2010 - Update Services

  • This update that kb2729450 will not be installed on my machine.

    This update that kb2729450 will not be installed on my machine. I am running Windows XP SP3. .NET framework 1.1 of .NET Framework 2.0 SP2 .NET Framework 3.0 SP2 and .NET Framework 3.5 SP1 are also responsible... Why the many versions?

    The yellow security shield appears in the status bar. I click on the shield and the Update window opens. I select the "quick installation" and the installation of the update begins. After a few minutes, the message 'Done '. Here's where she spreads all other "Updates" I ran this machine. In the "Done" window, there is only an option button "close"... No button "restart the computer". I click on the "Close" button, the window collapses and the yellow shield disappears... for about 5 minutes, when he reappears! I check the 'Add Remove Programs' in Control Panel, and I don't see that kb2729450 listed. I've "installed" 5 - 6 times, always with the same result. I was struck with this ransomware FBI 4-5 months ago and it was professionally removed. Since I was very nervous when this machine burps.  Also, since the Microsoft Community page, I ran Kaspersky anti-rootkit.  He has reported no problems with this machine

    Nope, different from the machine, although I think I solved it.  I "restored" to a point three weeks ago.  After that 'Restore' finished, I have rebooted and within minutes the yellow shield pops up... I installed every 5 or 6 that this KB.  After installation, he went through his screen to normal closing with the radio button 'restart now '.  After the reboot, I checked the area add / remove in the control panel and Voila.  They and KB2729450 are all here.  The machine seems to work very well and also faster than its ever been.

  • Problems with latest updates Windows (KB) do not install & repeated notifications via the taskbar icon

    Hello everyone,

    In my view, there are many people who seem to have a similar problem to mine, although I was unable to find an answer to one of my questions in this post.

    Description of the problem:

    Although my Windows Update is defined on download & install updates during the night hours every day, the latest updates, KB26333880, KB2572073and KB2518864 are not be installed.  I went to the Windows Update site to check my editing history.  He showed the green/white checkmarks next to all 3 updates.  The record also showed that updates have been tempted 3 times during the night.  After clicking on the button "Express" on the Home Page, the results show 3 above updates, but show "0 bytes', then '0 download time. '

    To me, this indicates that there is no update to download, despite the yellow Shield of Notification of update continues to appear in the taskbar.

    Corrective measures attempted:

    1. I tried to download / install twice unsuccessfully using IE8 and FF (including restarting the computer).

    2. download & run the program MS Fixitattempted, but received a message which read, "an unexpected error has occurred, please try again later." No. error code has seen with this message.  (I could RECORD the program on my desktop... just couldn't run the establishment).

    3 tried to search for the presence of these updates using start > run > %windir%KB###.log (where the # is the individual number of update KB).  Every time - a message appears indicating that the file is not found.

    4 looked at the Add/Remove Programs list (with the Show updates checkbox checked).  No updates KB mentioned above could be found.

    5 with SAS, MBAMand Outpost Security Suite Pro scans revealed no malware/security issues.  (SAS and MBAM are used only as scanners on request).

    This problem with the updates does not download & repeated notifications being indicated in the taskbar has occurred many times before.  On this occasion, I called Microsoft several times before finally, my computer remotely accessible support person and spent about 50 minutes to fix the problem.

    (Also, it is noted that almost every support person I spoke with has always tried to tell me that MS is not help with the problem of this type.)  I had to be rather several in my reply... tell the person that MS IS in fact provide assistance free security-related Windows updates.  They now provide free assistance is unknown). Besides... I have more a phone number for States anyway.

    My questions to the community:

    1. is it possible to download & install these 3 updates?

    2 is there an explanation as to why MS Fixit program will not be installed, and if so, are there certain corrective measures I can take which will allow me to download & run this program?

    System Specs:

    Desktop Dell Dimension 3000 Tower;  WIN XP Pro SP3.  2 GB OF RAM;  3.00 gHz CPU;  Outpost Security Suite Pro.  MBAM Pro (on request only).  SAS (on request only);  SpywareBlaster;  IE8 & FF

    Thank you for your time and help, review!

    Pete C.

    See the RESPONSE message in this thread-online http://answers.microsoft.com/en-us/windows/forum/windows_xp-windows_update/security-updates-kb2633880-kb2633870-are-not-being/49ed2fe1-6782-4498-814a-ccfa6ec1dfc9

  • dkafox1 lost all THE WINDOWS updates that THEY ARE NOT INSTALLED UPDATES

    Original title:

    dkafox1 lost all THE WINDOWS updates that THEY ARE NOT INSTALLED UPDATES, more problems with windows update. May HAVE a PROBLEM WITH REGISTRATION BUT DO KNOW NOT if this msi I HAVE HELPED.

    I have windows 7 x 64 Version 6.1.7600.16385. My windows update has only downloaded and installed a fix (KB947821 on 22/03/14. In the event err log # 2147942487command line: "C\:WINDOWS\SYSTEM32\WUSA '". "»» "EXE" "Windows Update Troubleshooter said" search for missing or corrupted files. I did a sfc/scannow and everything was fine, that the settings are incorrect... Went to computer management by looking at the windows log. Event ID was found in respect of the implementation of 3. Looks like I've lost all my updates. Window update is only showing KB947821 HOT of difficulty. All my other downloading updates for the past two weeks included Microsoft Office Update that I can't see anything there all gone. I check the installed updates and 14 updates that don't settle all gone. Windows Update indicates any problem or error #. It says Windows update installed "Never". I tried the solution to the difficulty of corruption problems MSI software update registration. Help I don't know where to go from here. I ran the windows Memory Diagnostic tool, which came with no error. In the community he sent me to back registry which I do not know how to do. Can I save on my hard drive or another source. He says type reedit32.exe. I have the windows 7 registry editor wants me to save the registry key or subkey > I do not know what files to back up or export. I'm not computer savvy, but I do what I can do better. Had problems with windows update not install and now not download or install 2 MOS. So where and how can I know what updates I need after that this problem is corrected.  Thank you

    If you want Office 2007 updates to appear in the installed updates again, you would need to uninstall/reinstall Office 2007 and install all the updates again.

    Assuming that Office 2007 is installed & working properly and no update is offered when you run a manual check for updates now, you might want to leave enough alone (that is, do nothing) - then see if the 2 updates for Office 2007 SP3 be released next Tuesday (a) receive, (b) successfully install and (c) are listed in the installed updates later.

    PS: The possible causes of the problem are messing with registry cleaners, messing around with the Software Distribution folder, and the fact that it was a computer refurbished when you bought it.

  • Updates in circulation must not set up

    I run Windows 7 SP1 x 86 on my desktop pc and I tried to update after the February 2016 patchday. I had to download and install updates from 20.

    After you have installed the 20 updates Windows 7 was stop and perform the configuration of the first phase up to 30%.

    At that time came a BSOD 0 x 50 IPF in nonpaged area. WinDebug said: "Probably caused by ntkrpamp.exe."

    In the history of Windows Update I have seen: 12 upgrades were in circulation, 7 updates were ok, 1 update has failed.

    My problem: the modus in circulation does not change. When I install the new updates, the phase of configuration doesn't exist anymore.

    When I see in the Windows Update/installe updates, 12 stocks appear to be "installed".

    In a new search on Windows Update 12 stocks are not available.

    This is not normal, what can I do to clear the situation?

    Please download copies of your files to dump in the form of files shared your onedrive with a link here. Please include only the less than 14 days old and limiting the number of no more than five.

    The dump file will be created in c:\windows\minidump. You may need to change your settings in Windows to be able to view the file. To show hidden files type Folder Options in the search box above the Start button and select view advanced settings and check that the box "display files and folders" and 'Hide protected operating system files' are not checked. You may need to scroll down to see the second element. You should also make sure that the box before "Hide extensions of known file types" is not checked.

    What is your computer brand and model? If not a branded computer, what is your motherboard brand and model?

    Please download and run the display driver and download a copy of the report he produced on your OneDrive. To obtain a report all drivers Select Edition, select all followed by file, save selected items.
    http://www.NirSoft.NET/utils/DriverView.html

    Please provide a copy of your system information file. Type the system information in the search box above the Start button and press the ENTER key (alternative is select Start, all programs, accessories, System Tools, system information). Select file, Export and give the file a name noting where it is located. Not to place the cursor in the body of the report before exporting the file. The system creates a new information file system each time system information is available. You must allow a minute or two before the file is completely filled before exporting a copy. Please download the file to your OneDrive, to share with everyone and post a link here. Normal mode preferred report. Please say if the report was obtained in safe mode. The request for a copy of this file is additional to answer the question about the brand and the model. If the report is in one language other than English, please indicate the language.

    For assistance OneDrive see paragraph 9.3

    http://www.gerryscomputertips.co.UK/MicrosoftCommunity1.htm

  • The column that does not match when comparing two records

    Hi all

    We try to compare two tables and find the differences. So if two records (1 of each table) have same PK but not always matching because of some columns, then we would display this columnname. For example:

    Table 1

    PK Parent Child Property1 Property2
    1AA1P1PR1
    2BB1P2oraPR2
    3CC1P3SRP

    Table 2

    PK Parent Child Property1 Property2
    1AA1P1PR1
    2BB1P2PR2
    3CC1P3PR4

    In the above example when I compare 2 tables all matches except Property2 online n ° 3. Thus, we would like to get an output like:

    PK Column_Mismatch
    3Property2 (this must be the name of the column that does not match)

    Appreciate the help.

    Thank you

    Andy

    Hi, Andy.

    Andy1484 wrote:

    Hi all

    We try to compare two tables and find the differences. So if two records (1 of each table) have same PK but not always matching because of some columns, then we would display this columnname. For example:

    Table 1

    PK Parent Child Property1 Property2
    1 A A1 P1 PR1
    2 B B1 P2 oraPR2
    3 C C1 P3 PR3

    Table 2

    PK Parent Child Property1 Property2
    1 A A1 P1 PR1
    2 B B1 P2 PR2
    3 C C1 P3 PR4

    In the above example when I compare 2 tables all matches except Property2 online n ° 3. Thus, we would like to get an output like:

    PK Column_Mismatch
    3 Property2 (this must be the name of the column that does not match)

    Appreciate the help.

    Thank you

    Andy

    Why you don't want no matter what exit for pk = 2?  Property2 does not correspond either to pk.

    What happens if the 2 columns (or more) do not match?  The following query would produce a list delimited, such as ' parents; PROPERTY2 '.

    WITH got_mismatch AS

    (

    SELECT pk

    , CASE WHEN t1.parent <> t2.parent THEN '; PARENT' END

    || CASE WHEN t1.child <> t2.child THEN '; CHILD ' END

    || CASE WHEN t1.properry1 <> t2.property1 THEN '; PROPERTY1 ' END

    || CASE WHEN t1.properry2 <> t2.property2 THEN '; PROPERTY2 ' END

    AS the offset

    FROM table_1 t1

    JOIN table_2 t2 ON t2.pk = t1.pk

    )

    SELECT pk

    , SUBSTR (incompatibility, 3) AS column_mismatch

    OF got_mismatch

    WHERE mismatch IS NOT NULL

    ;

    If you would care to post CREATE TABLE and INSERT statements for your sample data, and then I could test this.

    The query above does not count NULL values as inadequate.  If you want that, the same basic approach will work, but you can use DECODE instead of <> to compare columns.

    What happens if a pk exist in a table, but not the other?  You want an outer join, where I used an inner join above.

  • ORA 01407 - cannot update column null - but I put as possible null

    Hi, I want to change the column datatype varchar2 to the number, but I have given in the column and I can not remove this column from table so I try this:

    change table tux

    Add subscribe_type_copy number (3);

    updated tux

    Set subscribe_type_copy = subscribe_type;

    change table tux

    change (subscribe_type, null);

    updated tux

    Set subscribe_type = null;

    -mistake here: ORA-01407: cannot update ("TUX". "" NOTIFY ". (' "SUBSCRIBE_TYPE") with the NULL value

    -- ? Why? I changed the column to accept NULL value

    -I want to do it now:

    change table tux

    Edit)

    subscribe_type number (3) - precision (total number of digits)

    );

    concerning

    What is FK or Pk?

    HTH - Antonio NAVARRO

  • ORA 01407 - cannot update column null

    Hello

    Get above error when test and update table note value the updateing tables of have not null value.

    Find having to put additional condition in the outer query to run it.

    Oracle 11.2.0.3

    Update cas_agent_net_sales b

    Set b.net_issue_ean =)

    -Effect of reset the ean to must eb as above

    Select nvl (p.new_bris_ean_to_use, p.net_issue_ean)

    of por_fix_cans_temp_280514_york p

    where p.net_agent_account_number = b.net_agent_account_number

    and p.net_issue_ean = b.net_issue_ean

    and p.net_issue_year = b.net_issue_year)

    where b.net_title_code = 4181

    Why is this nrecessary?

    Thank you

    Anytime by statement UPDATE always make sure to use the EXISTS condition in the WHERE clause to filter only the line corresponding to the condition. Because if there is no match, then oracle updates the rows with a NULL value.

    Update cas_agent_net_sales b

    Set b.net_issue_ean =)

    Select nvl (p.new_bris_ean_to_use, p.net_issue_ean)

    of por_fix_cans_temp_280514_york p

    where p.net_agent_account_number = b.net_agent_account_number

    and p.net_issue_ean = b.net_issue_ean

    and p.net_issue_year = b.net_issue_year

    )

    where b.net_title_code = 4181

    and there are)

    Select null

    of por_fix_cans_temp_280514_york p

    where p.net_agent_account_number = b.net_agent_account_number

    and p.net_issue_ean = b.net_issue_ean

    and p.net_issue_year = b.net_issue_year

    )

    Or better yet use MERGE statement.

    merge into cas_agent_net_sales b

    using por_fix_cans_temp_280514_york p

    on)

    p.net_agent_account_number = b.net_agent_account_number

    and p.net_issue_ean = b.net_issue_ean

    and p.net_issue_year = b.net_issue_year

    )

    When matched then

    update set b.net_issue_ean = nvl(p.new_bris_ean_to_use,p.net_issue_ean);

Maybe you are looking for

  • When I reply to an e-mail message, I need an option to have the active attachment to this email (as in redirect)...

    When I send an e-mail message, the attachment is automatically added to the new e-mail message. It is ok. However when I answer, the attachment does not come and sometimes I need to have the current attachment. So I need an option like "reply with at

  • Upgrade processor for Satellite L50-A-138

    What are the processors spend at L50-A-138? Can I put Intel i7-2820QM?

  • Need help with the computer AL-300

    Hello Please please I want registered my cell phone under warranty, but I put t how I right there.Please, help me to do it. Thank you & best respect

  • How change machine ID?

    Yesterday, I was using an activated copy of NI Vision AI 2010.  Today when I went to open generator of vision on this same computer of the machine, it says that I don't have a complete licsense.  When I was in the License Manager, it says that this p

  • Unit to the Format string

    Hi all If a control already has a unit, and move us to a format based on the string, its does not display is not the same exact unit. For example, under control has 'g' unit, while the format string has unit "kg". Is it possible to do the format to a