Not finding the correct syntax for the select statement

Hello

The following statement works very well and gives the expected results:
prompt
prompt Using WITH t
prompt

with t as
  (
   select a.proj_id,
          a.proj_start,
          a.proj_end,
          case when (
                     select min(a.proj_start)
                       from v b
                      where (a.proj_start  = b.proj_end)
                        and (a.proj_id    != b.proj_id)
                    )
                    is not null then 0 else 1
          end as flag
     from v a
    order by a.proj_start
  )
select proj_id,
       proj_start,
       proj_end,
       flag,
       --
       -- the following select statement is what I am having a hard time
       -- "duplicating" without using the WITH clause
       --
       (
        select sum(t2.flag)
          from t t2
         where t2.proj_end <= t.proj_end
       ) s
  from t;
As an academic exercise, I wanted to rewrite the above statement without using the WITH clause, I tried this (amongst dozens of other tests - I hit a mental block and cannot understand):
prompt
prompt without with
prompt

select c.proj_id,
       c.proj_start,
       c.proj_end,
       c.flag,
       --
       -- This is what I've tried as the equivalent statement but, it is
       -- syntactically incorrect.  What's the correct syntax for what this
       -- statement is intended ?
       --
       (
        select sum(t2.flag)
          from c t2
         where t2.proj_end <= c.proj_end
       ) as proj_grp
  from (
        select a.proj_id,
               a.proj_start,
               a.proj_end,
               case when (
                          select min(a.proj_start)
                            from v b
                           where (a.proj_start  = b.proj_end)
                             and (a.proj_id    != b.proj_id)
                         )
                         is not null then 0 else 1
               end as flag
          from v a
         order by a.proj_start
       ) c;
Thanks for the help, much appreciated.

John.

PS: The DDL for table v used by the above statements is:
drop table v;

create table v (
proj_id         number,
proj_start      date,
proj_end        date
);

insert into v values
       ( 1, to_date('01-JAN-2005', 'dd-mon-yyyy'),
            to_date('02-JAN-2005', 'dd-mon-yyyy'));
insert into v values
       ( 2, to_date('02-JAN-2005', 'dd-mon-yyyy'),
            to_date('03-JAN-2005', 'dd-mon-yyyy'));
insert into v values
       ( 3, to_date('03-JAN-2005', 'dd-mon-yyyy'),
            to_date('04-JAN-2005', 'dd-mon-yyyy'));
insert into v values
       ( 4, to_date('04-JAN-2005', 'dd-mon-yyyy'),
            to_date('05-JAN-2005', 'dd-mon-yyyy'));
insert into v values
       ( 5, to_date('06-JAN-2005', 'dd-mon-yyyy'),
            to_date('07-JAN-2005', 'dd-mon-yyyy'));
insert into v values
       ( 6, to_date('16-JAN-2005', 'dd-mon-yyyy'),
            to_date('17-JAN-2005', 'dd-mon-yyyy'));
insert into v values
       ( 7, to_date('17-JAN-2005', 'dd-mon-yyyy'),
            to_date('18-JAN-2005', 'dd-mon-yyyy'));
insert into v values
       ( 8, to_date('18-JAN-2005', 'dd-mon-yyyy'),
            to_date('19-JAN-2005', 'dd-mon-yyyy'));
insert into v values
       ( 9, to_date('19-JAN-2005', 'dd-mon-yyyy'),
            to_date('20-JAN-2005', 'dd-mon-yyyy'));
insert into v values
       (10, to_date('21-JAN-2005', 'dd-mon-yyyy'),
            to_date('22-JAN-2005', 'dd-mon-yyyy'));
insert into v values
       (11, to_date('26-JAN-2005', 'dd-mon-yyyy'),
            to_date('27-JAN-2005', 'dd-mon-yyyy'));
insert into v values
       (12, to_date('27-JAN-2005', 'dd-mon-yyyy'),
            to_date('28-JAN-2005', 'dd-mon-yyyy'));
insert into v values
       (13, to_date('28-JAN-2005', 'dd-mon-yyyy'),
            to_date('29-JAN-2005', 'dd-mon-yyyy'));
insert into v values
       (14, to_date('29-JAN-2005', 'dd-mon-yyyy'),
            to_date('30-JAN-2005', 'dd-mon-yyyy'));
select c.proj_id,
       c.proj_start,
       c.proj_end,
       c.flag,
       --
       -- This is what I've tried as the equivalent statement but, it is
       -- syntactically incorrect.  What's the correct syntax for what this
       -- statement is intended ?
       --
       (
        select sum(t2.flag)
          from (select a.proj_id,
                       a.proj_start,
                       a.proj_end,
                       case when (
                          select min(a.proj_start)
                            from v b
                           where (a.proj_start  = b.proj_end)
                             and (a.proj_id    != b.proj_id)
                                 )  is not null then 0 else 1
                       end as flag
                  from v a
                 order by a.proj_start
               ) t2
         where t2.proj_end <= c.proj_end
       ) as proj_grp
  from (
        select a.proj_id,
               a.proj_start,
               a.proj_end,
               case when (
                          select min(a.proj_start)
                            from v b
                           where (a.proj_start  = b.proj_end)
                             and (a.proj_id    != b.proj_id)
                         )
                         is not null then 0 else 1
               end as flag
          from v a
         order by a.proj_start
       ) c;

Tags: Database

Similar Questions

  • Cannot install Windows XP on my Probook 4520 s in mode ACHI... can not find the correct drivers anywhere!

    Hi all!

    I'm a newbie here, please help me. Just bought a new laptop, 4520 s and can not install windows in AHCI mode. Very strange things are below:

    -I'm reading on this tread: http://h30434.www3.hp.com/t5/Operating-systems-and-software/No-SATA-AHCI-drivers-for-6440b/td-p/2592... And I havea even question...

    -Have these:

    PCI\VEN_8086 & DEV_3B2D. DeviceDesc = "Intel(r) 5 Series/3400 Series Chipset Family 2 port Serial ATA Storage Controller - 3B2D.

    PCI\VEN_8086 & DEV_3B2E. DeviceDesc = "Intel(r) 5 Series/3400 Series Chipset Family 4 port Serial ATA Storage Controller - 3B2E.

    Hardware items, but can not change driver PCHM SATA AHCI Controller 4 Port or Port 6 ...  BSOD and reboot even when...

    -tried to find out all the correct drivers, no results...

    -When it is used the nLite and running the Windows installation again with ACHI (setting in BIOS) mode I just receive this message in the first minutes of blue screen: can not find the ACPI. SYS... Press a key to reboot.

    Help me please guys, if you can.

    Thanks in advance, Peter

    I had the same problem and now works properly. That's what I did:

    1 position (BIOS) setting to IDE compatible mode

    2. install XPP as usual.

    3. install the drivers for the chipset Intel (sp46692)

    4. download and run softpaq for Intel Matrix Storage Manager (sp45106)

    5. go to the controller Start > Run > devmgmt.msc > IDE ATA/ATAPI

    > Port controller 5 series/3400 Series 6 Chipset

    6. set to update manually the folder c:\swsetup\sp45106, with option "have a disk.

    7. Select "PCHM SATA AHCI Controller 6 port".

    Windows says it is not compatible, but it will be restarted from the nest

    8 restart the computer, and set its mode controller SATA (BIOS)

    9 complete! Windows does not boot ok

    I hope you understand my instructions: English is not my mother tongue and may be poorly written. In any case, it worked for me.

    Miguel.

  • Error code 28: could not find the drivers. Windows 7 64 bit could not find the drivers for my Seagate Expansion Portable Drive. The same system works for another 32-bit version of windows 7.

    Hi, I would be grateful for help on this, I bought a new seagate expansion external hard drive not too long ago (abt 3 months old) and tried to use the device only recently (to back up my files). Windows has detected the drive but says that it could not find the drivers. (code 28)

    When I tried the drive on a 32-bit computer, it showed up working find and dandy. When it is plugged in the computer of the alien-ware, same error.
    Tried the uninstall from Device Manager and restart the computer, still the same error.
    Services.msc open and found windows install offshore. He turned on automatic, but the same error came out. Plug and play Windows was already working.
    Checked Windows SP1 worked, still the same error.
    He got me completely baffled.
    Before this, I had other problems with USB and disabled driver signature Verifier (I think that's what it was called) before you boot into windows. Worked very well for my flash drives each time that I did.
    I also had another external HARD drive which was held only 160G and it worked, so I'm not sure what the problem is with this particular external hard drive.
    Please help, I'm going crazy on this problem...

    The specifications of my devices are as follows:
    Computer
    Model:
    Alienware M14x
    Type of system:
    64-bit operating system
    Hard drive model:
    Portable Seagate Expansion 1 TB drive

    Hello

    28 error code means that the device was not fully installed.

    Method 1: Connect the device, run the hardware and devices Troubleshooter and check if that helps.

    To open the Troubleshoot utility equipment follow the given link:

    http://Windows.Microsoft.com/en-us/Windows7/open-the-hardware-and-devices-Troubleshooter

    Method 2: You can update the drivers and check out them.

    Updated a hardware driver that is not working properly:

    http://Windows.Microsoft.com/en-us/Windows7/update-a-driver-for-hardware-that-isn ' t-work correctly

    Additional information.

    Install a USB device:

    http://Windows.Microsoft.com/en-us/Windows7/install-a-USB-device

    Hope this information helps.

  • Can not find the pre-selection adjustment Local documents - help, please?

    After that technicians Apple wiped my MacBook Pro, I reinstalled all my apps, including 6 Lightroom (CC).  No problem with purchased downloads or the addition of my presets. But oh no! When I tried to add my brushes bought, I could not find the folder of Local adjustment Preset! Where would it be?

    Here's what I see when I click on the folder presets button. Do you have any suggestions as to other where I could look at? I tried Adobe & se troubleshooting forums, but no luck.

    Thanks in advance for any suggested of bugs!

    Screen Shot 2016-05-06 at 10.03.16 PM.png

    Oh hey, I found a solution in another post, only tangentially related. Thank you to skproductions303 for this!  (Copy and paste the solution here, in quotes, in the case where someone else has the same problems.)

    "I had the same problem, just bought a new Macbook Pro (June 2015) and Lightroom CC was this mistake as well."  Here is the dialog box that I've had with Adobe, and it cures the problem:

    Adobe: Please click on the search option in your Dock at the bottom of the screen.

    Adobe: Then click GO on the MenuBar at the top of the screen.

    Adobe:, and then click GO to folder, and then type: ~/Library/Application Support/Adobe /.

    Scott: OK, I did

    Adobe: Control-click on the folder and choose read information.

    Adobe: Expand the section sharing & permissions.

    Adobe: Click on + icon, and check if the administrator select

    Scott: OK, I chose the Admin

    Adobe: Give read and write to the Admini

    Scott: completed

    Adobe: Click the gear icon and select apply changes to included items

    Scott: OK

    Adobe: In the Finder window, click GO and select GO to folder

    Adobe: Type in
    Adobe: / Library/Application Support/Adobe
    / and press enter

    Scott: completed

    Adobe: Control-click on the folder and choose read information

    Adobe: Expand the section sharing & permissions.

    Scott: ok

    Adobe: Give read and write permissions to all users

    Adobe: Then click on the sign + and add the rest of the users from the list

    Scott: completed

    Adobe: Now, please try to use the Lightroom from your computer.

    Scott: Thank you - it works! »

  • Can not find the file init for the database instance

    I have installed Oracle 10 g under Linux CentOS, run netca to create listener.ora and tnsnames.ora files, then I run dbca to create the myodb database and orcl instance.



    Now when I run dbstart, in the boot log, that it is said that he could not find the file orcl example init. so that the database myodb, he says:

    < em > / oracle/product/10.2.0/db_1/bin/dbstart: database instance "myodb' hot began.





    < /em > my questions:



    1. why it is said when I run dbstart both myodb & orcl are instances of database, I created myodb as the General database, while orcl corresponds to the instance, here it says:

    instance of < em > data treatment "orcl": journal file /oracle/product/10.2.0/db_1/startup.log

    Database instance "myodb' of treatment: save the /oracle/product/10.2.0/db_1/startup.log file



    < /em > is the name of the General database is considered an instance itself and can be used alternatively with the instance of word?



    2 when I created the database using dbca, I made the password for users of SYSTEM & SYS.



    When I try to connect to sqlplus using the system/mypassword, here it says:



    < strong > < em > ORA-01034: ORACLE is not available

    ORA-27101: shared memory realm does not exist

    Linux error: 2: no such file or directory < /em > < / strong >



    3. the database myodb started but it is not mentioned in my tnsnames file or the listener, while one mentioned is orcl has not begun, how is it? I know I'm missing a dir for /orcl in/oracle/home/admin, something that we find for the myodb, where there is/oracle/home/admin/myodb/pfile/init file.



    How can I fix this?



    4. What is the use of the command sql, < strong > edit < facilities > system registry, told me in another thread to connect to an idle instance with sqlplus and run this command, here what I got:



    < em > ERROR on line 1:

    ORA-01034: ORACLE not available



    < /em > 5 - can I just rely on the name of the General database and forget the thing of the Forum? I'm just confused about the difference and do not know how the orcl instance was created, it has not been created with dbca, because when I run dbca he says it's already there, create another instance, so I commented the sid parameter and now I amn't during its creation and how to retrieve its files if I need to re - create it again.



    Note: it is located in the bash_profile as $ORACLE_SID = orcl, why it's the only game, while General MYODB database name is not set, can be there rather than on the instance or SID in the bash_profile?





    Sorry for the many questions, this is the thing of the instance and their related discipline, I appreciate your help.



    Thanks in advance.




    If you have only 1 instance "orcl" then the oratab file should have only 1 entry - only for "orcl". Along, only one instance "myodb" {with the db_name "myodb"} must be started.
    The database Instance is identified by the SID - IE the ORACLE_SID.

    Normally, the SID and DB_NAME are the same - and they do like default value is the same when you run dbca. You have changed probably manually the db_name in dbca.

    If the listener is running on port 1521 and is started before the database instance, the database instance automatically saves with the listener. If the listener is started after the database instance, and then the command 'ALTER SYSTEM REGISTER' in the database instance indicates PMON to register with the listener.
    If you do not want to depend on the automatic check of the database with the listener instance, then you can include the information database (SID!) in the listener.ora. In addition, which would be caused if the listener is not on the default port 1521.

    See my posting in this thread: oracle sid and database the name of for more notes.

    A database can contain multiple schemas - each schema is a different database account. In other implementations of database (non-Oracle), what is called a "database", it is called a 'plan' in Oracle - but that is created as a database account. Database accounts are listed in DBA_USERS - if a user "owns" objects, it's a 'plan', otherwise, it is only a user. {Oracle also provides a CREATE SCHEMA command to create multiple objects in a single command.}

    Hemant K Collette
    http://hemantoracledba.blogspot.com

    Published by: Hemant K grapple on November 6, 2008 09:31
    corrected "orcl" to "myodb.

  • Can not find the driver for my Satellite M40X-161 WLAN

    Hello

    I have a problem, I have the new system installed on my laptop - windows xp and I can't find a CD with drivers. I tried to download the drivers from the internet, but can not find the drivers for my laptop. I am looking for the drivers for the wireless card and it is not on Toshiba s page.

    There are only drivers for windows vista - I tried, but it did not work. The other problem is that I don't know is my wireless card. At the back of my laptop it has the info that I have peripheral radio ar5bmb-43, but I can not find the drivers for this device.

    Can someone help me to find drivers?
    Thanks in advance

    Unfortunately I wasn't able to find out what WLAN card is inside, but it must be Atheros or Intel, so I recommend you try to install the two drivers for Windows XP Home edition.

    Two of them you can find on http://aps2.toshiba-tro.de/wlan/?page=downloads Portal Toshiba WLAN
    Try to install Windows XP Home version for Atheros 9.2.0.419.0 or Windows XP Home version 9.0.4.39 for Intel.

    Please post comments.

  • HP 15-f009ca: can not find the drivers for my PC after downgrading to Windows 7

    Hello world!
    A few weeks ago, I bought a Hp laptop of type 15-f009ca. Because I didn't like windows 8, I downgraded to Windows 7. The installation was successful, but I could not find the driver for my PC wireless LAN.
    Anyone know where I can download it?
    Or is it still possible to find the driver windows 7 for this guy?

    Hello:

    You should be able to use most of the W7 x 64 drivers and software from the HP 255 G2 on your model except the BIOS and firmware files.

    http://h20564.www2.HP.com/hpsc/SWD/public/readIndex?sp4ts.Oid=6431940&swLangOid=8&swEnvOid=4063

    Your laptop is the Realtek RTL8188EE 802.11bg / n 1 x 1 WiFi adapter, this is how the wireless driver you need.

    In addition, you need these drivers usb3.  Install both and restart.

    http://h20565.www2.HP.com/hpsc/SWD/public/detail?swItemId=ob_125616_1

    http://h20565.www2.HP.com/hpsc/SWD/public/detail?swItemId=ob_123787_1

  • Pavilion p7-1254: can not find the drivers for my hp keyboard ku-1060

    Can not find the drivers for my keyboard, the printer or the infrared transmitter/receiver anywhere. I tried hp support and they want the money because my warranty ls model.

    If you use the keyboard that has been deilvered with the PC, there is no driver required. It's a keyboard usb standard. It there no you can replace it easily.

    Simply plug into a usb port before starting the desktop computer.

    Windows will recognize it and use built in drivers that are part of the operating system.

    For a printer, simply use the printer product number and the word support. Suport page should have the full features drivers that you need for most operating systems.

    Infrared transceiver.

    You need to be more specific on this one here.

  • Deployment of sbRIO 9606 chassis LabVIEW (sbRIO-9606): (Hex 0x80DF001E) could not find the plug-in for this deployment item. Make sure that the appropriate software is installed.

    Hi guys,.

    I have problems getting my sbRIO 9606 to deploy.

    Everything's fine until during the deployment process, I get this:

    Deployment of sbRIO 9606 chassis (sbRIO-9606)
    LabVIEW: (Hex 0x80DF001E) could not find the plug-in for this deployment item. Make sure that the appropriate software is installed.

    I tried to reinstall LV (ensuring that FPGA & RT deployment options are checked) and the 9606 software shipped, but it made no difference. I'm still waiting my next serial key by NOR, I have to wait that I recorded it before I can deploy?

    Please find attached the screenshots of my:

    • License Manager OR
    • Overview of the 9606 MAX
    • My project folder
    • Dialog box deployment where the error is displayed.

    -Adam

    Hi Tim,.

    In time real 11 is installed according to the recommended software battery installation program included on the disc NEITHER RIO provided in the starter pack.

    The problem is that the recommended Software NI Scan Engine 3.0 installation program.

    The sbRIO 9606 does not support scanning engine.

    Once the scanning engine support has been uninstalled, I could deploy on my 9606.

  • could not find the drivers for window7 32 bit 15-d018TU hp

    Dear Sir, I recently bought 15-d018TU with window 8.

    I installed 32 bit Windows 7.

    but I could not find the drivers for window7 32 bit.

    I need drivers now

    1 network cards

    Bluetooth 2 controller

    3 network controller

    4 PCI simple communication controller

    5 SM bus controller

    USB 6 bus controllers

    7 Ethernet controller

    Hello:

    You should be able to use all the W7 32-bit drivers and software from the HP Probook 450 G0 on your model, except the audio.

    Your model uses the Intel HD graphics driver.

    DO NOT USE ANY BIOS OR THE FIRMWARE OF THIS MODEL FILES

    http://h20565.www2.hp.com/portal/site/hpsc/template.PAGE/public/psi/swdHome/?sp4ts.oid=5359407&spf_p.tpst=swdMain&spf_p.prp_swdMain=wsrp-navigationalState%3DswEnvOID%253D4052%257CswLang%253D%257Caction%253DlistDriver&javax.portlet.begCacheTok=com.vignette.cachetoken&javax.portlet.endCacheTok=com.vignette.cachetoken

    Audio: Accept the agreement.  Download and install the driver first on the list.

    http://www.Realtek.com.tw/downloads/downloadsView.aspx?langid=1&PNid=24&PFID=24&level=4&Conn=3&DownTypeID=3&GETDOWN=false

  • Pavilion 550 - 032L: network (Ethernet, wireless), PCI, BCM43142A0 can not find the driver for win7 64 bit

    Wireless 802.11b/g/n LAN featuring single-band (2.4 Ghz), 1 x 1 technology

    Ethernet LAN: Realtek RTL8151GH-CG

    PCI and BCM43142A0 of Palivion HP 550 - 032L

    Can not find the driver for OS: Windows 7-64 bit!

    Help me, please!

    Hello

    Please try:

    Wireless:

    http://h20564.www2.HP.com/hpsc/SWD/public/detail?swItemId=ob_135105_1

    Wired (LAN)

    http://ftp.HP.com/pub/SoftPaq/sp71001-71500/sp71102.exe

    Kind regards.

  • HP Pavilion 15-p031st: I could not find the drivers for Win7

    Hello!

    I could not find the drivers for win7. Except these things, my computer works perfectly with win7.

    BCM43142A0: USB\VID_0A5C & PID_216C & REV_0112 (I think it's a bluetooth driver)

    Unknown device: ACPI\HPQ6007 (I don't know, but it is a driver of Wi - fi button)

    Driver Finder online from HP could not find those too. I don't want to use win8 on my laptop because ı couldn't figured out. So please help as soon as possible...

    Greetings from the Turkey

    Hello:

    You need this driver for the 6007:

    This package provides the HP 3D Driveguard software (HP ProtectSmart hard drive Protection) for the laptop models running a supported operating system. HP 3D Driveguard protects the drive hard by parking the heads if cell phone accidentally falls, or is suddenly struck by another object.

    File name: sp67280.exe

  • Can not find the driver for my Canon Rebel XT/350 d camera to send pictures on my computer

    Can not find the driver for my Canon Rebel XT/350 d camera to send pictures on my computer

    And it is a Windows problem why?

    http://www.USA.Canon.com/Cusa/support/consumer/eos_slr_camera_systems/eos_digital_slr_cameras/digital_rebel_xt#DriversAndSoftware

    P.S., A lot of people just leave the CF card and use a card reader:

    http://www.Amazon.com/s/ref=nb_sb_noss?URL=search-alias%3Daps&field-keywords=CF+card+reader&x=0&y=0

    http://www.Newegg.com/product/ProductList.aspx?submit=Ene&N=40000069%20600021611%20600031471&IsNodeId=1&name=external

  • Can not find the updated driver for Intel PRO Wireless LAN 2100 3B for R40

    I can't find the good updated software listed for my R40 on the Lenovo site. The Device Manager shows my card wireless as:
    Intel PRO Wireless LAN 2100 3B Mini PCI Adapter but I can not find the model listed in the update list.

    My R40 description is by Lenovo site is:
    Product: ThinkPad R40 2897 B4U
    Operating system: Windows XP

    Original description: P M 1.4 GHz, 256 MB RAM, 40 GB 4200 RPM drive HARD, XGA(1024x768) 15 TFT LCD, 32 MB ATI Radeon 7500, 24x10x24x/8 x CD-RW/DVD, Intel 802. 11B wireless (MPCI), Modem (CDC), 10/100 Ethernet (LOM), UltraNav, Secure Chip (TCPA), IEEE 1394, 8-cell Li-ion, WinXP Pro

    Lenovo driver update page, I have the following choices:

    Network: R40, R40e wireless
    (1) mini PCI driver of cisco Wireless LAN

    (2) high rate Wireless LAN Mini-PCI Adapter III
    Note: The models ThinkPad R40 2681, 2682, 2683

    (3) dual-Band 802.11ab and 802.11abg wireless LAN Mini PCI adapt

    (4) Intel PRO/Wireless LAN 2100 3B Mini PCI adapt
    Note: The models ThinkPad R40 2722, 2724 only, 2723

    My card is listed for models 2722 2723 and 2724 ONLY.

    Here is the direct link to the driver page http://www-307.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-46024R40.

    Device Manager shows that I currently have the Intel of the installed driver version: 07/03/2003, version 1.1.5.0

    Can anyone help on what version of the software update I should use?

    Welcome to the forum!

    Here is your wireless driver:

    http://www-307.IBM.com/PC/support/site.WSS/document.do?sitestyle=Lenovo&lndocid=MIGR-59438

    After you download it, make sure you unpack it in the following directory: C > drivers > win > Wlanint

    I hope this helps.

  • Error in Windows Mail - "error 623 - system could not find the directory entry for this connection".

    Original title: Windows Vista, Windows Mail, error 623, unable to connect to the mail.
    This problem occurred after a storm. Modem was fried.  Replaced the modem with the modem "2wire" ATT.

    Now get "error 623: the system could not find the directory entry for this connection"or the sys works very well. " Att think maybe in Vista?  Help, please. Works of g-mail, but I like Windows mail.

    Hello Bbuddes,

    You can watch the following information/tutorial to help with most of the problems of Windows Mail.
    http://www.Vistax64.com/tutorials/62560-Windows-Mail-problems.html

    There is a section to reset Windows Mail which can help with your problem.

    Sincerely,.

    Marilyn
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think

Maybe you are looking for

  • Evernote web Clipper cannot set the laptop to save

    I'm under OSX11.05 El Capitan. The web of Evernote Safari Clipper has no option to choose the laptop to save pages. It records everything in the General evernote notebook, after which I have to manually move elsewhere. This feature was available in t

  • Satellite Pro A120: Need to update the BIOS after upgrade CPU

    Hello I have a Toshiba Satellite Pro A120 and I need to update the bios of a change in cpu cause.The laptop works very well, but for some reason any with the new processor fan runs always full. A lot, I searched but found nothing.The model number is

  • Display brightness turned down to Tecra 8100

    Hello: I bought a Toshiba Tecra 8100 used - after two months without problem the monitor suddenly turned down thebrightness - in the beginning the turn-down was little, now, it's quite often. I tried already several things: first of all I thought it

  • HP spectrum XT Ultrabook PC: update HP spectrum xt RAM

    I have HP spectrum XT Ultrabook 13-2195ca, it has 4 GB of on-board RAM. Is it possible to increase the RAM? Thanks in advance

  • SRP541W Inter-VLAN Cisco firewall

    Hello Are there dates know what firewall between the internal VLAN will be supported in the firmware SRP541W? The current 1.2.5 version provides just very basic and poor settings for firewall rules. Kind regards Lars