While using group by clause facing this problem

1.----- Orders Closed
SELECT count(distinct h.order_number ) no_of_orders
from
oe_order_headers_all h,oe_order_lines_all l
where h.header_id = l.header_id
and l.flow_status_code = 'CLOSED'
and l.open_flag = 'N'
Output:
NO_OF_ORDERS
47905
2.Orders Closed with respect to org_id :
SELECT h.org_id,count(distinct h.order_number ) no_of_orders, l.flow_status_code
from
oe_order_headers_all h,oe_order_lines_all l
where h.header_id = l.header_id
and l.flow_status_code = 'CLOSED'
and l.open_flag = 'N'
group by l.flow_status_code,h.org_id
Output:
ORG_ID NO_OF_ORDERS
600 24
204 10864
626 6551
887 7170
888 6962
889 6431
911 7678
916 6
917 6
996 2969
1017 1765
1018 1794
1668 5
1733 16
1759 1
1885 1
2541 10
2869 1
3537 1
The total count of h.order_number is 52255.
The total count of h.number_order is varying while grouping with respect to org_id.
So anyone help me to solve this issue.

Hi,
We do not have any data etc. But if your question is why is the sum of the distinct count more then the total distinct count, that is very well posible.
See sample data below.
org_id     order_number
1          1
1          2
2          1
2          3distinct count of order_number = 3
and the sum of the distinct counts grouped by org_id = 2 + 2 = 4
I do not see any problem
Regards,
Peter

Similar Messages

  • My Macbook Pro (2013) is running very hot especially while using iPhoto anyone else have this problem?

    I am finding the my Macbook Pro (with Retnia display) is running very hot when I am using iPhoto or downloading photos from my iPhone to iPhoto. It is on a surface that allows airflow around the entire machine so I am not blocking the airflow.  Is anyone else havng this problem?

    Here's the Activity monitor Inspect information...the machine immediately started heating up as soon as I launched iPhoto.
    Sampling process 1302 for 3 seconds with 1 millisecond of run time between samples
    Sampling completed, processing symbols...
    Analysis of sampling iPhoto (pid 1302) every 1 millisecond
    Process:         iPhoto [1302]
    Path:            /Applications/iPhoto.app/Contents/MacOS/iPhoto
    Load Address:    0x53000
    Identifier:      com.apple.iPhoto
    Version:         9.4.3 (9.4.3)
    Build Info:      iPhotoProject-720091000000000~1
    Code Type:       X86 (Native)
    Parent Process:  launchd [123]
    Date/Time:       2013-09-24 12:42:38.405 -0700
    OS Version:      Mac OS X 10.8.5 (12F37)
    Report Version:  7
    Call graph:
        2438 Thread_112796   DispatchQueue_1: com.apple.main-thread  (serial)
        + 2438 ???  (in iPhoto)  load address 0x53000 + 0xf705  [0x62705]
        +   2438 ???  (in iPhoto)  load address 0x53000 + 0x100b9  [0x630b9]
        +     2438 NSApplicationMain  (in AppKit) + 1053  [0x901795f6]
        +       2438 -[NSApplication run]  (in AppKit) + 855  [0x901d65cc]
        +         2438 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:]  (in AppKit) + 119  [0x901e016c]
        +           2438 _DPSNextEvent  (in AppKit) + 724  [0x901e093a]
        +             2438 BlockUntilNextEventMatchingListInMode  (in HIToolbox) + 88  [0x99031b44]
        +               2436 ReceiveNextEventCommon  (in HIToolbox) + 374  [0x99031cc9]
        +               ! 2435 RunCurrentEventLoopInMode  (in HIToolbox) + 242  [0x99031f5a]
        +               ! : 2435 CFRunLoopRunInMode  (in CoreFoundation) + 123  [0x94a26e8b]
        +               ! :   2434 CFRunLoopRunSpecific  (in CoreFoundation) + 378  [0x94a2701a]
        +               ! :   | 2420 __CFRunLoopRun  (in CoreFoundation) + 1247  [0x94a2795f]
        +               ! :   | + 2420 __CFRunLoopServiceMachPort  (in CoreFoundation) + 185  [0x94a21f79]
        +               ! :   | +   2420 mach_msg  (in libsystem_kernel.dylib) + 68  [0x9a08dcac]
        +               ! :   | +     2420 mach_msg_trap  (in libsystem_kernel.dylib) + 10  [0x9a08e7ce]
        +               ! :   | 4 __CFRunLoopRun  (in CoreFoundation) + 1961  [0x94a27c29]
        +               ! :   | + 4 _dispatch_main_queue_callback_4CF  (in libdispatch.dylib) + 171  [0x91a2a2af]
        +               ! :   | +   3 _dispatch_queue_invoke  (in libdispatch.dylib) + 66  [0x91a2600a]
        +               ! :   | +   ! 3 _dispatch_source_invoke  (in libdispatch.dylib) + 699  [0x91a27007]
        +               ! :   | +   !   3 _dispatch_client_callout  (in libdispatch.dylib) + 46  [0x91a24c82]
        +               ! :   | +   !     3 _dispatch_after_timer_callback  (in libdispatch.dylib) + 28  [0x91a29b97]
        +               ! :   | +   !       3 _dispatch_client_callout  (in libdispatch.dylib) + 46  [0x91a24c82]
        +               ! :   | +   !         3 _dispatch_call_block_and_release  (in libdispatch.dylib) + 15  [0x91a28f8f]
        +               ! :   | +   !           3 __50-[RKDatabaseComponent processMessagesOnMainThread]_block_invoke_0  (in RedRock) + 36  [0x275b9e3]
        +               ! :   | +   !             3 -[RKDatabaseComponent processMessagesOnMainThread]  (in RedRock) + 244  [0x275b9b8]
        +               ! :   | +   !               3 dispatch_after  (in libdispatch.dylib) + 74  [0x91a28d5b]
        +               ! :   | +   !                 2 dispatch_after_f  (in libdispatch.dylib) + 243  [0x91a28e56]
        +               ! :   | +   !                 : 2 _dispatch_resume_slow  (in libdispatch.dylib) + 24  [0x91a25d0f]
        +               ! :   | +   !                 :   2 _dispatch_wakeup  (in libdispatch.dylib) + 146  [0x91a25b62]
        +               ! :   | +   !                 :     2 _dispatch_queue_push_list_slow2  (in libdispatch.dylib) + 43  [0x91a25a85]
        +               ! :   | +   !                 :       2 _dispatch_wakeup  (in libdispatch.dylib) + 40  [0x91a25af8]
        +               ! :   | +   !                 :         2 _dispatch_mgr_wakeup  (in libdispatch.dylib) + 26  [0x91a26774]
        +               ! :   | +   !                 :           2 _dispatch_update_kq  (in libdispatch.dylib) + 362  [0x91a268e5]
        +               ! :   | +   !                 :             2 kevent  (in libsystem_kernel.dylib) + 10  [0x9a0919ae]
        +               ! :   | +   !                 1 dispatch_after_f  (in libdispatch.dylib) + 229  [0x91a28e48]
        +               ! :   | +   !                   1 dispatch_source_set_timer  (in libdispatch.dylib) + 195  [0x91a29098]
        +               ! :   | +   !                     1 calloc  (in libsystem_c.dylib) + 60  [0x91a6703c]
        +               ! :   | +   !                       1 malloc_zone_calloc  (in libsystem_c.dylib) + 82  [0x91a6691c]
        +               ! :   | +   !                         1 szone_calloc  (in libsystem_c.dylib) + 55  [0x91a68ada]
        +               ! :   | +   !                           1 szone_malloc_should_clear  (in libsystem_c.dylib) + 880  [0x91a7311a]
        +               ! :   | +   !                             1 tiny_malloc_from_free_list  (in libsystem_c.dylib) + 1219  [0x91a72d3c]
        +               ! :   | +   1 _dispatch_queue_invoke  (in libdispatch.dylib) + 194  [0x91a2608a]
        +               ! :   | +     1 _dispatch_queue_push_list_slow2  (in libdispatch.dylib) + 43  [0x91a25a85]
        +               ! :   | +       1 _dispatch_wakeup  (in libdispatch.dylib) + 40  [0x91a25af8]
        +               ! :   | +         1 _dispatch_mgr_wakeup  (in libdispatch.dylib) + 26  [0x91a26774]
        +               ! :   | +           1 _dispatch_update_kq  (in libdispatch.dylib) + 362  [0x91a268e5]
        +               ! :   | +             1 kevent  (in libsystem_kernel.dylib) + 10  [0x9a0919ae]
        +               ! :   | 2 __CFRunLoopRun  (in CoreFoundation) + 1071  [0x94a278af]
        +               ! :   | + 1 __CFRunLoopDoObservers  (in CoreFoundation) + 265  [0x94a4d719]
        +               ! :   | + ! 1 pthread_mutex_unlock  (in libsystem_c.dylib) + 292  [0x91a52584]
        +               ! :   | + !   1 __mtx_droplock  (in libsystem_c.dylib) + 355  [0x91a51b7c]
        +               ! :   | + 1 __CFRunLoopDoObservers  (in CoreFoundation) + 381  [0x94a4d78d]
        +               ! :   | +   1 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__  (in CoreFoundation) + 30  [0x94a4d84e]
        +               ! :   | +     1 FlushAllBuffers(__CFRunLoopObserver*, unsigned long, void*)  (in HIToolbox) + 617  [0x99038f35]
        +               ! :   | +       1 CFRunLoopTimerSetNextFireDate  (in CoreFoundation) + 647  [0x94a40067]
        +               ! :   | +         1 __CFRepositionTimerInMode  (in CoreFoundation) + 294  [0x94a3ecf6]
        +               ! :   | +           1 mk_timer_arm  (in libsystem_kernel.dylib) + 10  [0x9a08e906]
        +               ! :   | 2 __CFRunLoopRun  (in CoreFoundation) + 1380  [0x94a279e4]
        +               ! :   | + 2 __CFRunLoopDoObservers  (in CoreFoundation) + 81  [0x94a4d661]
        +               ! :   | +   1 CFArrayGetCount  (in CoreFoundation) + 86  [0x949ff776]
        +               ! :   | +   ! 1 objc_msgSend  (in libobjc.A.dylib) + 64  [0x915f9ab0]
        +               ! :   | +   1 CFArrayGetCount  (in CoreFoundation) + 19  [0x949ff733]
        +               ! :   | 2 __CFRunLoopRun  (in CoreFoundation) + 1842  [0x94a27bb2]
        +               ! :   | + 1 __CFRunLoopDoTimer  (in CoreFoundation) + 709  [0x94a42da5]
        +               ! :   | + ! 1 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__  (in CoreFoundation) + 22  [0x94a43406]
        +               ! :   | + !   1 __NSFireTimer  (in Foundation) + 117  [0x95e0b9b4]
        +               ! :   | + !     1 ???  (in iPhoto)  load address 0x53000 + 0xa110f7  [0xa640f7]
        +               ! :   | + !       1 -[CALayer setOpacity:]  (in QuartzCore) + 53  [0x92921817]
        +               ! :   | + !         1 CA::Layer::setter(unsigned int, _CAValueType, void const*)  (in QuartzCore) + 159  [0x92921001]
        +               ! :   | + !           1 CA::Layer::begin_change(CA::Transaction*, unsigned int, objc_object*&)  (in QuartzCore) + 170  [0x9291f5ac]
        +               ! :   | + !             1 actionForKey(CALayer*, CA::Transaction*, NSString*)  (in QuartzCore) + 85  [0x9291f648]
        +               ! :   | + !               1 -[CALayer actionForKey:]  (in QuartzCore) + 506  [0x92924acc]
        +               ! :   | + !                 1 +[CATransaction(CATransactionInternal) _implicitAnimationForLayer:keyPath:]  (in QuartzCore) + 90  [0x9294d2f0]
        +               ! :   | + !                   1 -[CALayer(CALayerPrivate) implicitAnimationForKeyPath:]  (in QuartzCore) + 380  [0x9294d494]
        +               ! :   | + !                     1 CALayerCreateImplicitAnimation  (in QuartzCore) + 165  [0x928f401b]
        +               ! :   | + !                       1 -[CALayer presentationLayer]  (in QuartzCore) + 30  [0x928f424b]
        +               ! :   | + !                         1 CA::Layer::presentation_layer(CA::Transaction*)  (in QuartzCore) + 497  [0x928f4443]
        +               ! :   | + !                           1 -[CABasicAnimation applyForTime:presentationObject:modelObject:]  (in QuartzCore) + 49  [0x928fff45]
        +               ! :   | + !                             1 -[CAAnimation(CAAnimationPrivate) isEnabled]  (in QuartzCore) + 33  [0x9294f397]
        +               ! :   | + !                               1 CAAnimation_getter(CAAnimation*, unsigned int, _CAValueType, void*)  (in QuartzCore) + 130  [0x9294dd68]
        +               ! :   | + !                                 1 CAObject_defaultValueForAtom  (in QuartzCore) + 32  [0x9291e81e]
        +               ! :   | + !                                   1 classDescription(objc_class*)  (in QuartzCore) + 213  [0x9291bd90]
        +               ! :   | + !                                     1 x_hash_table_lookup  (in QuartzCore) + 21  [0x9291bfc1]
        +               ! :   | + 1 __CFRunLoopDoTimer  (in CoreFoundation) + 1751  [0x94a431b7]
        +               ! :   | +   1 __CFRepositionTimerInMode  (in CoreFoundation) + 294  [0x94a3ecf6]
        +               ! :   | +     1 mk_timer_arm  (in libsystem_kernel.dylib) + 10  [0x9a08e906]
        +               ! :   | 1 __CFRunLoopRun  (in CoreFoundation) + 1683  [0x94a27b13]
        +               ! :   | + 1 CFArrayCreateMutable  (in CoreFoundation) + 172  [0x949fc4ec]
        +               ! :   | +   1 +[NSObject alloc]  (in libobjc.A.dylib) + 41  [0x91612949]
        +               ! :   | +     1 +[NSArray allocWithZone:]  (in CoreFoundation) + 122  [0x94a36bba]
        +               ! :   | +       1 objc_msgSend  (in libobjc.A.dylib) + 29  [0x915f9a8d]
        +               ! :   | 1 __CFRunLoopRun  (in CoreFoundation) + 1861  [0x94a27bc5]
        +               ! :   | + 1 CFRelease  (in CoreFoundation) + 171  [0x949f931b]
        +               ! :   | +   1 -[NSObject release]  (in libobjc.A.dylib) + 25  [0x916128e9]
        +               ! :   | +     1 _objc_rootReleaseWasZero  (in libobjc.A.dylib) + 0  [0x915fb1ad]
        +               ! :   | 1 __CFRunLoopRun  (in CoreFoundation) + 1940  [0x94a27c14]
        +               ! :   | + 1 _CFSetTSD  (in CoreFoundation) + 83  [0x94a2cc93]
        +               ! :   | +   1 pthread_getspecific  (in libsystem_c.dylib) + 12  [0x91a36d24]
        +               ! :   | 1 __CFRunLoopRun  (in CoreFoundation) + 1570  [0x94a27aa2]
        +               ! :   1 CFRunLoopRunSpecific  (in CoreFoundation) + 355  [0x94a27003]
        +               ! :     1 __CFRunLoopDoObservers  (in CoreFoundation) + 381  [0x94a4d78d]
        +               ! :       1 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__  (in CoreFoundation) + 30  [0x94a4d84e]
        +               ! :         1 FlushAllBuffers(__CFRunLoopObserver*, unsigned long, void*)  (in HIToolbox) + 1  [0x99038ccd]
        +               ! 1 RunCurrentEventLoopInMode  (in HIToolbox) + 190  [0x99031f26]
        +               !   1 _CFRunLoopSetCurrent  (in CoreFoundation) + 1  [0x94a76ae1]
        +               1 ReceiveNextEventCommon  (in HIToolbox) + 476  [0x99031d2f]
        +               ! 1 GetCurrentEventTime  (in HIToolbox) + 52  [0x99038ffc]
        +               !   1 MachTimeConversionRate  (in HIToolbox) + 1  [0x9903901a]
        +               1 ReceiveNextEventCommon  (in HIToolbox) + 434  [0x99031d05]
        2438 Thread_112806   DispatchQueue_2: com.apple.libdispatch-manager  (serial)
        + 2438 _dispatch_mgr_thread  (in libdispatch.dylib) + 53  [0x91a277a9]
        +   2424 _dispatch_mgr_invoke  (in libdispatch.dylib) + 993  [0x91a27c71]
        +   ! 2424 kevent  (in libsystem_kernel.dylib) + 10  [0x9a0919ae]
        +   8 _dispatch_mgr_invoke  (in libdispatch.dylib) + 207  [0x91a2795f]
        +   ! 6 _dispatch_run_timers  (in libdispatch.dylib) + 416  [0x91a27e76]
        +   ! : 4 _dispatch_wakeup  (in libdispatch.dylib) + 146  [0x91a25b62]
        +   ! : | 4 _dispatch_queue_push_list_slow2  (in libdispatch.dylib) + 43  [0x91a25a85]
        +   ! : |   3 _dispatch_wakeup  (in libdispatch.dylib) + 146  [0x91a25b62]
        +   ! : |   + 3 _dispatch_queue_wakeup_global_slow  (in libdispatch.dylib) + 85  [0x91a25d75]
        +   ! : |   +   3 pthread_workqueue_addthreads_np  (in libsystem_c.dylib) + 80  [0x91a4f1bc]
        +   ! : |   +     3 __workq_kernreturn  (in libsystem_kernel.dylib) + 10  [0x9a0910ee]
        +   ! : |   1 _dispatch_wakeup  (in libdispatch.dylib) + 90  [0x91a25b2a]
        +   ! : |     1 _dispatch_queue_wakeup_main  (in libdispatch.dylib) + 83  [0x91a29392]
        +   ! : |       1 _dispatch_send_wakeup_main_thread  (in libdispatch.dylib) + 91  [0x91a294d6]
        +   ! : |         1 mach_msg  (in libsystem_kernel.dylib) + 1  [0x9a08dc69]
        +   ! : 2 _dispatch_wakeup  (in libdispatch.dylib) + 122  [0x91a25b4a]
        +   ! 2 _dispatch_run_timers  (in libdispatch.dylib) + 384  [0x91a27e56]
        +   !   2 _dispatch_timer_list_update  (in libdispatch.dylib) + 73,188  [0x91a291ec,0x91a2925f]
        +   4 _dispatch_mgr_invoke  (in libdispatch.dylib) + 193  [0x91a27951]
        +   ! 4 _dispatch_mgr_thread2  (in libdispatch.dylib) + 43  [0x91a2800c]
        +   !   2 _dispatch_queue_drain  (in libdispatch.dylib) + 154  [0x91a2612c]
        +   !   : 2 _dispatch_queue_invoke  (in libdispatch.dylib) + 66  [0x91a2600a]
        +   !   :   2 _dispatch_source_invoke  (in libdispatch.dylib) + 267  [0x91a26e57]
        +   !   :     2 _dispatch_kevent_unregister  (in libdispatch.dylib) + 76  [0x91a28888]
        +   !   2 _dispatch_queue_drain  (in libdispatch.dylib) + 206  [0x91a26160]
        +   !     1 _dispatch_source_set_timer3  (in libdispatch.dylib) + 92  [0x91a29314]
        +   !     | 1 _dispatch_timer_list_update  (in libdispatch.dylib) + 92  [0x91a291ff]
        +   !     1 _dispatch_source_set_timer3  (in libdispatch.dylib) + 106  [0x91a29322]
        +   !       1 _dispatch_resume_slow  (in libdispatch.dylib) + 24  [0x91a25d0f]
        +   !         1 _dispatch_wakeup  (in libdispatch.dylib) + 146  [0x91a25b62]
        +   !           1 _dispatch_queue_wakeup_global_slow  (in libdispatch.dylib) + 85  [0x91a25d75]
        +   !             1 pthread_workqueue_addthreads_np  (in libsystem_c.dylib) + 80  [0x91a4f1bc]
        +   !               1 __workq_kernreturn  (in libsystem_kernel.dylib) + 10  [0x9a0910ee]
        +   1 _dispatch_mgr_invoke  (in libdispatch.dylib) + 218  [0x91a2796a]
        +   ! 1 __umoddi3  (in libcompiler_rt.dylib) + 153  [0x92f6bc49]
        +   1 _dispatch_mgr_invoke  (in libdispatch.dylib) + 945  [0x91a27c41]
        2438 Thread_112979
        + 2438 thread_start  (in libsystem_c.dylib) + 34  [0x91a36dce]
        +   2438 _pthread_start  (in libsystem_c.dylib) + 344  [0x91a4c5b7]
        +     2438 __NSThread__main__  (in Foundation) + 1396  [0x95e303cb]
        +       2438 -[NSThread main]  (in Foundation) + 45  [0x95e30448]
        +         2438 -[XTThread run:]  (in ProXTCore) + 412  [0x200fb19]
        +           2438 -[XTMsgQueue waitForMessage]  (in ProXTCore) + 47  [0x2010a42]
        +             2438 -[NSConditionLock lockWhenCondition:]  (in Foundation) + 69  [0x95e63990]
        +               2438 -[NSConditionLock lockWhenCondition:beforeDate:]  (in Foundation) + 282  [0x95e5e45d]
        +                 2438 -[NSCondition waitUntilDate:]  (in Foundation) + 404  [0x95e5e636]
        +                   2438 pthread_cond_timedwait_relative_np  (in libsystem_c.dylib) + 47  [0x91a51572]
        +                     2438 _pthread_cond_wait  (in libsystem_c.dylib) + 938  [0x91a512e9]
        +                       2438 __psynch_cvwait  (in libsystem_kernel.dylib) + 10  [0x9a0908e2]
        2438 Thread_112980
        + 2438 thread_start  (in libsystem_c.dylib) + 34  [0x91a36dce]
        +   2438 _pthread_start  (in libsystem_c.dylib) + 344  [0x91a4c5b7]
        +     2438 __NSThread__main__  (in Foundation) + 1396  [0x95e303cb]
        +       2438 -[NSThread main]  (in Foundation) + 45  [0x95e30448]
        +         2438 -[XTThread run:]  (in ProXTCore) + 412  [0x200fb19]
        +           2438 -[XTMsgQueue waitForMessage]  (in ProXTCore) + 47  [0x2010a42]
        +             2438 -[NSConditionLock lockWhenCondition:]  (in Foundation) + 69  [0x95e63990]
        +               2438 -[NSConditionLock lockWhenCondition:beforeDate:]  (in Foundation) + 282  [0x95e5e45d]
        +                 2438 -[NSCondition waitUntilDate:]  (in Foundation) + 404  [0x95e5e636]
        +                   2438 pthread_cond_timedwait_relative_np  (in libsystem_c.dylib) + 47  [0x91a51572]
        +                     2438 _pthread_cond_wait  (in libsystem_c.dylib) + 938  [0x91a512e9]
        +                       2438 __psynch_cvwait  (in libsystem_kernel.dylib) + 10  [0x9a0908e2]
        2438 Thread_112981
        + 2438 thread_start  (in libsystem_c.dylib) + 34  [0x91a36dce]
        +   2438 _pthread_start  (in libsystem_c.dylib) + 344  [0x91a4c5b7]
        +     2438 __NSThread__main__  (in Foundation) + 1396  [0x95e303cb]
        +       2438 -[NSThread main]  (in Foundation) + 45  [0x95e30448]
        +         2438 -[XTThread run:]  (in ProXTCore) + 412  [0x200fb19]
        +           2438 -[XTMsgQueue waitForMessage]  (in ProXTCore) + 47  [0x2010a42]
        +             2438 -[NSConditionLock lockWhenCondition:]  (in Foundation) + 69  [0x95e63990]
        +               2438 -[NSConditionLock lockWhenCondition:beforeDate:]  (in Foundation) + 282  [0x95e5e45d]
        +                 2438 -[NSCondition waitUntilDate:]  (in Foundation) + 404  [0x95e5e636]
        +                   2438 pthread_cond_timedwait_relative_np  (in libsystem_c.dylib) + 47  [0x91a51572]
        +                     2438 _pthread_cond_wait  (in libsystem_c.dylib) + 938  [0x91a512e9]
        +                       2438 __psynch_cvwait  (in libsystem_kernel.dylib) + 10  [0x9a0908e2]
        2438 Thread_112982
        + 2438 thread_start  (in libsystem_c.dylib) + 34  [0x91a36dce]
        +   2438 _pthread_start  (in libsystem_c.dylib) + 344  [0x91a4c5b7]
        +     2438 __NSThread__main__  (in Foundation) + 1396  [0x95e303cb]
        +       2438 -[NSThread main]  (in Foundation) + 45  [0x95e30448]
        +         2438 -[XTThread run:]  (in ProXTCore) + 412  [0x200fb19]
        +           2438 -[XTMsgQueue waitForMessage]  (in ProXTCore) + 47  [0x2010a42]
        +             2438 -[NSConditionLock lockWhenCondition:]  (in Foundation) + 69  [0x95e63990]
        +               2438 -[NSConditionLock lockWhenCondition:beforeDate:]  (in Foundation) + 282  [0x95e5e45d]
        +                 2438 -[NSCondition waitUntilDate:]  (in Foundation) + 404  [0x95e5e636]
        +                   2438 pthread_cond_timedwait_relative_np  (in libsystem_c.dylib) + 47  [0x91a51572]
        +                     2438 _pthread_cond_wait  (in libsystem_c.dylib) + 938  [0x91a512e9]
        +                       2438 __psynch_cvwait  (in libsystem_kernel.dylib) + 10  [0x9a0908e2]
        2438 Thread_112983
        + 2438 thread_start  (in libsystem_c.dylib) + 34  [0x91a36dce]
        +   2438 _pthread_start  (in libsystem_c.dylib) + 344  [0x91a4c5b7]
        +     2438 __NSThread__main__  (in Foundation) + 1396  [0x95e303cb]
        +       2438 -[NSThread main]  (in Foundation) + 45  [0x95e30448]
        +         2438 -[XTThread run:]  (in ProXTCore) + 412  [0x200fb19]
        +           2438 -[XTMsgQueue waitForMessage]  (in ProXTCore) + 47  [0x2010a42]
        +             2438 -[NSConditionLock lockWhenCondition:]  (in Foundation) + 69  [0x95e63990]
        +               2438 -[NSConditionLock lockWhenCondition:beforeDate:]  (in Foundation) + 282  [0x95e5e45d]
        +                 2438 -[NSCondition waitUntilDate:]  (in Foundation) + 404  [0x95e5e636]
        +                   2438 pthread_cond_timedwait_relative_np  (in libsystem_c.dylib) + 47  [0x91a51572]
        +                     2438 _pthread_cond_wait  (in libsystem_c.dylib) + 938  [0x91a512e9]
        +                       2438 __psynch_cvwait  (in libsystem_kernel.dylib) + 10  [0x9a0908e2]
        2438 Thread_112984
        + 2438 thread_start  (in libsystem_c.dylib) + 34  [0x91a36dce]
        +   2438 _pthread_start  (in libsystem_c.dylib) + 344  [0x91a4c5b7]
        +     2438 __NSThread__main__  (in Foundation) + 1396  [0x95e303cb]
        +       2438 -[NSThread main]  (in Foundation) + 45  [0x95e30448]
        +         2438 -[XTThread run:]  (in ProXTCore) + 412  [0x200fb19]
        +           2438 -[XTMsgQueue waitForMessage]  (in ProXTCore) + 47  [0x2010a42]
        +             2438 -[NSConditionLock lockWhenCondition:]  (in Foundation) + 69  [0x95e63990]
        +               2438 -[NSConditionLock lockWhenCondition:beforeDate:]  (in Foundation) + 282  [0x95e5e45d]
        +                 2438 -[NSCondition waitUntilDate:]  (in Foundation) + 404  [0x95e5e636]
        +                   2438 pthread_cond_timedwait_relative_np  (in libsystem_c.dylib) + 47  [0x91a51572]
        +                     2438 _pthread_cond_wait  (in libsystem_c.dylib) + 938  [0x91a512e9]
        +                       2438 __psynch_cvwait  (in libsystem_kernel.dylib) + 10  [0x9a0908e2]
        2438 Thread_112985
        + 2438 thread_start  (in libsystem_c.dylib) + 34  [0x91a36dce]
        +   2438 _pthread_start  (in libsystem_c.dylib) + 344  [0x91a4c5b7]
        +     2438 __NSThread__main__  (in Foundation) + 1396  [0x95e303cb]
        +       2438 -[NSThread main]  (in Foundation) + 45  [0x95e30448]
        +         2438 -[XTThread run:]  (in ProXTCore) + 412  [0x200fb19]
        +           2438 -[XTMsgQueue waitForMessage]  (in ProXTCore) + 47  [0x2010a42]
        +             2438 -[NSConditionLock lockWhenCondition:]  (in Foundation) + 69  [0x95e63990]
        +               2438 -[NSConditionLock lockWhenCondition:beforeDate:]  (in Foundation) + 282  [0x95e5e45d]
        +                 2438 -[NSCondition waitUntilDate:]  (in Foundation) + 404  [0x95e5e636]
        +                   2438 pthread_cond_timedwait_relative_np  (in libsystem_c.dylib) + 47  [0x91a51572]
        +                     2438 _pthread_cond_wait  (in libsystem_c.dylib) + 938  [0x91a512e9]
        +                       2438 __psynch_cvwait  (in libsystem_kernel.dylib) + 10  [0x9a0908e2]
        2438 Thread_112986
        + 2438 thread_start  (in libsystem_c.dylib) + 34  [0x91a36dce]
        +   2438 _pthread_start  (in libsystem_c.dylib) + 344  [0x91a4c5b7]
        +     2438 __NSThread__main__  (in Foundation) + 1396  [0x95e303cb]
        +       2438 -[NSThread main]  (in Foundation) + 45  [0x95e30448]
        +         2438 -[XTThread run:]  (in ProXTCore) + 434  [0x200fb2f]
        +           2438 -[XTThread handleMessage:]  (in ProXTCore) + 515  [0x2010f42]
        +             2438 -[XTDistributor distributeMessage:]  (in ProXTCore) + 681  [0x201171f]
        +               2438 -[XTSubscription postMessage:]  (in ProXTCore) + 191  [0x2011e59]
        +                 2438 -[NSObject performSelector:withObject:]  (in libobjc.A.dylib) + 70  [0x916125d3]
        +                   2438 -[XTThreadSendOnlyDetached _detachedMessageHandler:]  (in ProXTCore) + 167  [0x2019ab2]
        +                     2438 -[NSObject performSelector:]  (in libobjc.A.dylib) + 62  [0x91612586]
        +                       2438 -[RKAsyncImageRenderer _backgroundRenderThread:]  (in RedRock) + 173  [0x266f2bf]
        +                         2438 -[NSConditionLock lockWhenCondition:]  (in Foundation) + 69  [0x95e63990]
        +                           2438 -[NSConditionLock lockWhenCondition:beforeDate:]  (in Foundation) + 282  [0x95e5e45d]
        +                             2438 -[NSCondition waitUntilDate:]  (in Foundation) + 404  [0x95e5e636]
        +                               2438 pthread_cond_timedwait_relative_np  (in libsystem_c.dylib) + 47  [0x91a51572]
        +                                 2438 _pthread_cond_wait  (in libsystem_c.dylib) + 938  [0x91a512e9]
        +                                   2438 __psynch_cvwait  (in libsystem_kernel.dylib) + 10  [0x9a0908e2]
        2438 Thread_112988: com.apple.NSURLConnectionLoader
        + 2438 thread_start  (in libsystem_c.dylib) + 34  [0x91a36dce]
        +   2438 _pthread_start  (in libsystem_c.dylib) + 344  [0x91a4c5b7]
        +     2438 __NSThread__main__  (in Foundation) + 1396  [0x95e303cb]
        +       2438 -[NSThread main]  (in Foundation) + 45  [0x95e30448]
        +         2438 +[NSURLConnection(Loader) _resourceLoadLoop:]  (in Foundation) + 395  [0x95dcc37a]
        +           2438 CFRunLoopRunInMode  (in CoreFoundation) + 123  [0x94a26e8b]
        +             2438 CFRunLoopRunSpecific  (in CoreFoundation) + 378  [0x94a2701a]
        +               2438 __CFRunLoopRun  (in CoreFoundation) + 1247  [0x94a2795f]
        +                 2438 __CFRunLoopServiceMachPort  (in CoreFoundation) + 185  [0x94a21f79]
        +                   2438 mach_msg  (in libsystem_kernel.dylib) + 68  [0x9a08dcac]
        +                     2438 mach_msg_trap  (in libsystem_kernel.dylib) + 10  [0x9a08e7ce]
        2438 Thread_112999: com.apple.CFSocket.private
        + 2438 thread_start  (in libsystem_c.dylib) + 34  [0x91a36dce]
        +   2438 _pthread_start  (in libsystem_c.dylib) + 344  [0x91a4c5b7]
        +     2438 __CFSocketManager  (in CoreFoundation) + 1632  [0x94a6b650]
        +       2438 __select  (in libsystem_kernel.dylib) + 10  [0x9a090be6]
        2438 Thread_113008: CVDisplayLink
        + 2438 thread_start  (in libsystem_c.dylib) + 34  [0x91a36dce]
        +   2438 _pthread_start  (in libsystem_c.dylib) + 344  [0x91a4c5b7]
        +     2438 startIOThread(void*)  (in CoreVideo) + 160  [0x99ed9db2]
        +       1532 CVDisplayLink::runIOThread()  (in CoreVideo) + 912  [0x99eda15a]
        +       ! 1532 pthread_cond_wait$UNIX2003  (in libsystem_c.dylib) + 71  [0x91ad7089]
        +       !   1532 _pthread_cond_wait  (in libsystem_c.dylib) + 833  [0x91a51280]
        +       !     1532 __psynch_cvwait  (in libsystem_kernel.dylib) + 10  [0x9a0908e2]
        +       856 CVDisplayLink::runIOThread()  (in CoreVideo) + 658  [0x99eda05c]
        +       ! 856 CVDisplayLink::waitUntil(unsigned long long)  (in CoreVideo) + 297  [0x99edafd7]
        +       !   856 pthread_cond_timedwait_relative_np  (in libsystem_c.dylib) + 47  [0x91a51572]
        +       !     855 _pthread_cond_wait  (in libsystem_c.dylib) + 938  [0x91a512e9]
        +       !     : 855 __psynch_cvwait  (in libsystem_kernel.dylib) + 10  [0x9a0908e2]
        +       !     1 _pthread_cond_wait  (in libsystem_c.dylib) + 1025  [0x91a51340]
        +       !       1 pthread_mutex_lock  (in libsystem_c.dylib) + 270  [0x91a52056]
        +       !         1 pthread_threadid_np  (in libsystem_c.dylib) + 49  [0x91a4d07a]
        +       49 CVDisplayLink::runIOThread()  (in CoreVideo) + 849  [0x99eda11b]
        +       ! 49 CVDisplayLink::performIO(CVTimeStamp*)  (in CoreVideo) + 393  [0x99edb20f]
        +       !   49 link_callback  (in QuartzCore) + 290  [0x929393d8]
        +       !     49 view_display_link(double, CVTimeStamp const*, void*)  (in QuartzCore) + 137  [0x92939500]
        +       !       13 view_draw(_CAView*, double, CVTimeStamp const*, bool)  (in QuartzCore) + 5629  [0x929303c9]
        +       !       : 13 CGLFlushDrawable  (in OpenGL) + 67  [0x98f7148b]
        +       !       :   13 glSwap_Exec  (in GLEngine) + 113  [0x129ddb51]
        +       !       :     8 gldPresentFramebufferData  (in GeForceGLDriver) + 409  [0x8e639f10]
        +       !       :     | 8 ???  (in OpenGL)  load address 0x98f64000 + 0x325d  [0x98f6725d]
        +       !       :     |   5 CGSFlushSurfaceWithOptions  (in CoreGraphics) + 438  [0x9125a77b]
        +       !       :     |   + 5 _CGSFlushSurfaceInline  (in CoreGraphics) + 234  [0x9125a9b1]
        +       !       :     |   +   5 mach_msg  (in libsystem_kernel.dylib) + 68  [0x9a08dcac]
        +       !       :     |   +     5 mach_msg_trap  (in libsystem_kernel.dylib) + 10  [0x9a08e7ce]
        +       !       :     |   2 CGSFlushSurfaceWithOptions  (in CoreGraphics) + 325  [0x9125a70a]
        +       !       :     |   + 2 _CGSGetSurfaceBinding  (in CoreGraphics) + 125  [0x9125a821]
        +       !       :     |   +   2 mach_msg  (in libsystem_kernel.dylib) + 68  [0x9a08dcac]
        +       !       :     |   +     2 mach_msg_trap  (in libsystem_kernel.dylib) + 10  [0x9a08e7ce]
        +       !       :     |   1 CGSFlushSurfaceWithOptions  (in CoreGraphics) + 50  [0x9125a5f7]
        +       !       :     |     1 _spin_lock$VARIANT$mp  (in libsystem_c.dylib) + 9  [0x91a393b9]
        +       !       :     5 gldPresentFramebufferData  (in GeForceGLDriver) + 188  [0x8e639e33]
        +       !       :       5 ???  (in GeForceGLDriver)  load address 0x8e2fa000 + 0x33f8ff  [0x8e6398ff]
        +       !       :         5 IOConnectCallMethod  (in IOKit) + 520  [0x98e60875]
        +       !       :           4 io_connect_method  (in IOKit) + 404  [0x98eb8c88]
        +       !       :           + 4 mach_msg  (in libsystem_kernel.dylib) + 68  [0x9a08dcac]
        +       !       :           +   4 mach_msg_trap  (in libsystem_kernel.dylib) + 10  [0x9a08e7ce]
        +       !       :           1 io_connect_method  (in IOKit) + 330  [0x98eb8c3e]
        +       !       :             1 mig_get_reply_port  (in libsystem_kernel.dylib) + 10  [0x9a08e9f7]
        +       !       :               1 _mig_get_reply_port  (in libsystem_c.dylib) + 24  [0x91a547ce]
        +       !       11 view_draw(_CAView*, double, CVTimeStamp const*, bool)  (in QuartzCore) + 4701  [0x92930029]
        +       !       : 11 CA::OGL::render(CA::OGL::Renderer&, CA::Render::Update*)  (in QuartzCore) + 209  [0x929367d9]
        +       !       :   8 CA::OGL::Renderer::render(CA::Render::Update const*)  (in QuartzCore) + 994  [0x92936c38]
        +       !       :   | 8 CA::OGL::render_layers(CA::OGL::Renderer&, CA::OGL::Layer*)  (in QuartzCore) + 107  [0x929402a8]
        +       !       :   |   8 CA::OGL::ImagingNode::render(CA::OGL::ImagingNode::RenderClosure*)  (in QuartzCore) + 228  [0x929403c0]
        +       !       :   |     8 CA::OGL::LayerNode::apply(CA::OGL::Surface**)  (in QuartzCore) + 305  [0x929411a7]
        +       !       :   |       8 CA::OGL::render_layers(CA::OGL::Renderer&, CA::OGL::Layer*)  (in QuartzCore) + 107  [0x929402a8]
        +       !       :   |         8 CA::OGL::ImagingNode::render(CA::OGL::ImagingNode::RenderClosure*)  (in QuartzCore) + 228  [0x929403c0]
        +       !       :   |           7 CA::OGL::LayerNode::apply(CA::OGL::Surface**)  (in QuartzCore) + 305  [0x929411a7]
        +       !       :   |           + 7 CA::OGL::render_layers(CA::OGL::Renderer&, CA::OGL::Layer*)  (in QuartzCore) + 107  [0x929402a8]
        +       !       :   |           +   7 CA::OGL::ImagingNode::render(CA::OGL::ImagingNode::RenderClosure*)  (in QuartzCore) + 228  [0x929403c0]
        +       !       :   |           +     7 CA::OGL::LayerNode::apply(CA::OGL::Surface**)  (in QuartzCore) + 305  [0x929411a7]
        +       !       :   |           +       7 CA::OGL::render_layers(CA::OGL::Renderer&, CA::OGL::Layer*)  (in QuartzCore) + 107  [0x929402a8]
        +       !       :   |           +         7 CA::OGL::ImagingNode::render(CA::OGL::ImagingNode::RenderClosure*)  (in QuartzCore) + 228  [0x929403c0]
        +       !       :   |           +           7 CA::OGL::LayerNode::apply(CA::OGL::Surface**)  (in QuartzCore) + 305  [0x929411a7]
        +       !       :   |           +             7 CA::OGL::render_layers(CA::OGL::Renderer&, CA::OGL::Layer*)  (in QuartzCore) + 107  [0x929402a8]
        +       !       :   |           +               7 CA::OGL::ImagingNode::render(CA::OGL::ImagingNode::RenderClosure*)  (in QuartzCore) + 228  [0x929403c0]
        +       !       :   |           +                 7 CA::OGL::LayerNode::apply(CA::OGL::Surface**)  (in QuartzCore) + 65  [0x929410b7]
        +       !       :   |           +                   7 CA::OGL::render_contents_background(CA::OGL::Renderer&, CA::OGL::Layer const*)  (in QuartzCore) + 2044  [0x92941a4d]
        +       !       :   |           +                     7 CA::OGL::ContentsGeometry::fill(CA::OGL::Context&, CA::OGL::Image*, CA::OGL::TextureFilter, float) const  (in QuartzCore) + 96  [0x92944844]
        +       !       :   |           +                       7 CA::OGL::ContentsGeometry::fill(CA::OGL::Context&, CA::OGL::Image*) const  (in QuartzCore) + 129  [0x92944f05]
        +       !       :   |           +                         7 CA::OGL::fill_rect_tex(CA::OGL::Context&, CA::OGL::RectState const&, float const*)  (in QuartzCore) + 102  [0x929450aa]
        +       !       :   |           +                           7 CA::OGL::emit_one_part_rect(CA::OGL::Context&, CA::OGL::RectState const&, float const*, unsigned int)  (in QuartzCore) + 362  [0x9294550d]
        +       !       :   |           +                             7 CA::OGL::Context::ClippedArray::next_rect(CA::Bounds&)  (in QuartzCore) + 315  [0x92945b47]
        +       !       :   |           +                               7 CA::OGL::Context::array_flush()  (in QuartzCore) + 92  [0x9293a2ea]
        +       !       :   |           +                                 6 CA::OGL::GLContext::draw_elements(CA::OGL::PrimitiveMode, unsigned int, unsigned short const*, CA::OGL::Vertex const*, unsigned int, unsigned int, CA::OGL::ClipPlane const*)  (in QuartzCore) + 422  [0x9293a4dc]
        +       !       :   |           +                                 ! 5 glDrawRangeElements_IMM_Exec  (in GLEngine) + 282  [0x12a799a8]
        +       !       :   |           +                                 ! : 4 gleDoDrawDispatchCore  (in GLEngine) + 590  [0x12afa558]
        +       !       :   |           +                                 ! : | 3 gldUpdateDispatch  (in GeForceGLDriver) + 902  [0x8e638935]
        +       !       :   |           +                                 ! : | + 2 ???  (in GeForceGLDriver)  load address 0x8e2fa000 + 0x21c3eb  [0x8e5163eb]
        +       !       :   |           +                                 ! : | + ! 1 ???  (in GeForceGLDriver)  load address 0x8e2fa000 + 0x21b62f  [0x8e51562f]
        +       !       :   |           +                                 ! : | + ! : 1 ???  (in GeForceGLDriver)  load address 0x8e2fa000 + 0x5f5f1b  [0x8e8eff1b]
        +       !       :   |           +                                 ! : | + ! :   1 ???  (in GeForceGLDriver)  load address 0x8e2fa000 + 0x5f5e2c  [0x8e8efe2c]
        +       !       :   |           +                                 ! : | + ! :     1 ???  (in GeForceGLDriver)  load address 0x8e2fa000 + 0x2193db  [0x8e5133db]
        +       !       :   |           +                                 ! : | + ! :       1 ???  (in GeForceGLDriver)  load address 0x8e2fa000 + 0x21d52f  [0x8e51752f]
        +       !       :   |           +                                 ! : | + ! 1 ???  (in GeForceGLDriver)  load address 0x8e2fa000 + 0x21b746  [0x8e515746]
        +       !       :   |           +                                 ! : | + !   1 ???  (in GeForceGLDriver)  load address 0x8e2fa000 + 0x234e21  [0x8e52ee21]
        +       !       :   |           +                                 ! : | + !     1 ???  (in GeForceGLDriver)  load address 0x8e2fa000 + 0x233682  [0x8e52d682]
        +       !       :   |           +                                 ! : | + 1 ???  (in GeForceGLDriver)  load address 0x8e2fa000 + 0x21c3db  [0x8e5163db]
        +       !       :   |           +                                 ! : | +   1 ???  (in GeForceGLDriver)  load address 0x8e2fa000 + 0x221458  [0x8e51b458]
        +       !       :   |           +                                 ! : | +     1 ???  (in GeForceGLDriver)  load address 0x8e2fa000 + 0x361036  [0x8e65b036]
        +       !       :   |           +                                 ! : | +       1 ???  (in GeForceGLDriver)  load address 0x8e2fa000 + 0x39b857  [0x8e695857]
        +       !       :   |           +                                 ! : | +         1 ???  (in GeForceGLDriver)  load address 0x8e2fa000 + 0x55632a  [0x8e85032a]
        +       !       :   |           +                                 ! : | 1 gldUpdateDispatch  (in GeForceGLDriver) + 819  [0x8e6388e2]
        +       !       :   |           +                                 ! : |   1 ???  (in GeForceGLDriver)  load address 0x8e2fa000 + 0x31528c  [0x8e60f28c]
        +       !       :   |           +                                 ! : |     1 ???  (in GeForceGLDriver)  load address 0x8e2fa000 + 0x312607  [0x8e60c607]
        +       !       :   |           +                                 ! : 1 gleDoDrawDispatchCore  (in GLEngine) + 99  [0x12afa36d]
        +       !       :   |           +                                 ! :   1 gleUpdateDrawFramebufferState  (in GLEngine) + 547  [0x12af8c1b]
        +       !       :   |           +                                 ! :     1 gldUpdateDrawFramebuffer  (in libGPUSupport.dylib) + 160  [0x12d4a64a]
        +       !       :   |           +                                 ! :       1 ???  (in GeForceGLDriver)  load address 0x8e2fa000 + 0x32c399  [0x8e626399]
        +       !       :   |           +                                 ! :         1 ???  (in GeForceGLDriver)  load address 0x8e2fa000 + 0x21c3eb  [0x8e5163eb]
        +       !       :   |           +                                 ! :           1 ???  (in GeForceGLDriver)  load address 0x8e2fa000 + 0x21a90b  [0x8e51490b]
        +       !       :   |           +                                 ! 1 glDrawRangeElements_IMM_Exec  (in GLEngine) + 373  [0x12a79a03]
        +       !       :   |           +                                 !   1 gleDrawArraysOrElements_ExecCore  (in GLEngine) + 961  [0x12a80da5]
        +       !       :   |           +                                 !     1 gleSetVertexArrayFunc  (in GLEngine) + 100  [0x12a8db34]
        +       !       :   |           +                                 !       1 cvmRequestFunctionPointerWrite  (in libCVMSPluginSupport.dylib) + 214  [0x97f9f05d]
        +       !       :   |           +                                 1 CA::OGL::GLContext::draw_elements(CA::OGL::PrimitiveMode, unsigned int, unsigned short const*, CA::OGL::Vertex const*, unsigned int, unsigned int, CA::OGL::ClipPlane const*)  (in QuartzCore) + 338  [0x9293a488]
        +       !       :   |           +                                   1 CA::OGL::GLContext::update_state()  (in QuartzCore) + 343  [0x9293a693]
        +       !       :   |           +                                     1 glBindTexture_Exec  (in GLEngine) + 407  [0x129d8d2e]
        +       !       :   |           +                                       1 gleBindTexture  (in GLEngine) + 52  [0x129d8da7]
        +       !       :   |           +                                         1 gleLookupHashObject  (in GLEngine) + 36  [0x129d9125]
        +       !       :   |           1 CA::OGL::LayerNode::apply(CA::OGL::Surface**)  (in QuartzCore) + 210  [0x92941148]
        +       !       :   |             1 CA::OGL::prepare_layers(CA::OGL::Renderer&, CA::OGL::Layer const&, x_link_struct const&, CA::OGL::Gstate const&)  (in QuartzCore) + 60  [0x9293da56]
        +       !       :   |               1 CA::OGL::prepare_layer(CA::OGL::Renderer&, CA::Render::LayerNode*, CA::OGL::Layer const&, CA::OGL::Gstate const&, unsigned int)  (in QuartzCore) + 158  [0x9293db11]
        +       !       :   |                 1 CA::OGL::Renderer::alloc_layer(CA::Render::LayerNode*, CA::OGL::Layer const&, CA::OGL::Gstate const&)  (in QuartzCore) + 66  [0x9293e2a2]
        +       !       :   |                   1 x_heap_malloc  (in QuartzCore) + 73  [0x929318c7]
        +       !       :   1 CA::OGL::Renderer::render(CA::Render::Update const*)  (in QuartzCore) + 340  [0x929369aa]
        +       !       :   | 1 CA::OGL::CGLContext::update()  (in QuartzCore) + 78  [0x92936f9a]
        +       !       :   |   1 CGLGetVirtualScreen  (in OpenGL) + 38  [0x98f68ea4]
        +       !       :   1 CA::OGL::Renderer::render(CA::Render::Update const*)  (in QuartzCore) + 1014  [0x92936c4c]
        +       !       :   | 1 CA::OGL::Context::end_rendering(CA::OGL::Gstate const*)  (in QuartzCore) + 38  [0x92946d1e]
        +       !       :   |   1 CA::OGL::GLContext::restore_state()  (in QuartzCore) + 637  [0x92946fab]
        +       !       :   |     1 CA::OGL::GLContext::load_blend_func(CA::OGL::BlendFunction, CA::OGL::BlendFunction)  (in QuartzCore) + 115  [0x929468eb]
        +       !       :   |       1 glBlendFunc_Exec  (in GLEngine) + 1  [0x129e04ac]
        +       !       :   1 CA::OGL::Renderer::render(CA::Render::Update const*)  (in QuartzCore) + 1105  [0x92936ca7]
        +       !       :     1 CA::Rect::Rect(CA::Bounds const&)  (in QuartzCore) + 1  [0x92931935]
        +       !       10 view_draw(_CAView*, double, CVTimeStamp const*, bool)  (in QuartzCore) + 2461  [0x9292f769]
        +       !       : 9 CA::Render::Update::add_context(CA::Render::Context*)  (in QuartzCore) + 45  [0x92931131]
        +       !       : | 5 CA::Render::Update::add_context(CA::Render::Context*, CA::Render::Layer*, CA::Transform const*)  (in QuartzCore) + 1044  [0x92931556]
        +       !       : | + 2 CA::Render::Updater::prepare_layer0(CA::Render::Updater::GlobalState&, CA::Render::LayerNode*, CA::Render::Layer*, CA::Render::Updater::LocalState0&, unsigned int)  (in QuartzCore) + 3286  [0x929326c7]
        +       !       : | + ! 1 CA::Render::Updater::prepare_sublayer0(CA::Render::Updater::GlobalState&, CA::Render::Updater::LocalState0&, CA::Render::Layer*)  (in QuartzCore) + 92  [0x9295011f]
        +       !       : | + ! : 1 CA::Render::Updater::layer_node(CA::Render::Layer*, CA::Render::Updater::LocalState0 const&, bool&)  (in QuartzCore) + 6  [0x929502c1]
        +       !       : | + ! 1 CA::Render::Updater::prepare_sublayer0(CA::Render::Updater::GlobalState&, CA::Render::Updater::LocalState0&, CA::Render::Layer*)  (in QuartzCore) + 133  [0x92950148]
        +       !       : | + !   1 CA::Render::Updater::prepare_layer0(CA::Render::Updater::GlobalState&, CA::Render::LayerNode*, CA::Render::Layer*, CA::Render::Updater::LocalState0&, unsigned int)  (in QuartzCore) + 3286  [0x929326c7]
        +       !       : | + !     1 CA::Render::Updater::prepare_sublayer0(CA::Render::Updater::GlobalState&, CA::Render::Updater::LocalState0&, CA::Render::Layer*)  (in QuartzCore) + 133  [0x92950148]
        +       !       : | + !       1 CA::Render::Updater::prepare_layer0(CA::Render::Updater::GlobalState&, CA::Render::LayerNode*, CA::Render::Layer*, CA::Render::Updater::LocalState0&, unsigned int)  (in QuartzCore) + 3286  [0x929326c7]
        +       !       : | + !         1 CA::Render::Updater::prepare_sublayer0(CA::Render::Updater::GlobalState&, CA::Render::Updater::LocalState0&, CA::Render::Layer*)  (in QuartzCore) + 133  [0x92950148]
        +       !       : | + !           1 CA::Render::Updater::prepare_layer0(CA::Render::Updater::GlobalState&, CA::Render::LayerNode*, CA::Render::Layer*, CA::Render::Updater::LocalState0&, unsigned int)  (in QuartzCore) + 3286  [0x929326c7]
        +       !       : | + !             1 CA::Render::Updater::prepare_sublayer0(CA::Render::Updater::GlobalState&, CA::Render::Updater::LocalState0&, CA::Render::Layer*)  (in QuartzCore) + 133  [0x92950148]
        +       !       : | + !               1 CA::Render::Updater::prepare_layer0(CA::Render::Updater::GlobalState&, CA::Render::LayerNode*, CA::Render::Layer*, CA::Render::Updater::LocalState0&, unsigned int)  (in QuartzCore) + 1427  [0x92931f84]
        +       !       : | + !                 1 CA::Render::AnimationEvaluator::first_pass()  (in QuartzCore) + 151  [0x9294fa59]
        +       !       : | + !                   1 x_mem_alloc_size  (in QuartzCore) + 37  [0x92917f35]
        +       !       : | + 2 CA::Render::Updater::prepare_layer0(CA::Render::Updater::GlobalState&, CA::Render::LayerNode*, CA::Render::Layer*, CA::Render::Updater::LocalState0&, unsigned int)  (in QuartzCore) + 1155,118  [0x92931e74,0x92931a67]
        +       !       : | + 1 CA::Render::Updater::prepare_layer0(CA::Render::Updater::GlobalState&, CA::Render::LayerNode*, CA::Render::Layer*, CA::Render::Updater::LocalState0&, unsigned int)  (in QuartzCore) + 1743  [0x929320c0]
        +       !       : | +   1 CA::Render::LayerNode::update_frame_transform()  (in QuartzCore) + 887  [0x92933029]
        +       !       : | 1 CA::Render::Update::add_context(CA::Render::Context*, CA::Render::Layer*, CA::Transform const*)  (in QuartzCore) + 176  [0x929311f2]
        +       !       : | + 1 CA::Render::Update::add_context_commit_seed(CA::Render::Context*)  (in QuartzCore) + 0  [0x9293182c]
        +       !       : | 1 CA::Render::Update::add_context(CA::Render::Context*, CA::Render::Layer*, CA::Transform const*)  (in QuartzCore) + 663  [0x929313d9]
        +       !       : | + 1 CA::Shape::equal(CA::Bounds const&) const  (in QuartzCore) + 12  [0x92947528]
        +       !       : | 1 CA::Render::Update::add_context(CA::Render::Context*, CA::Render::Layer*, CA::Transform const*)  (in QuartzCore) + 1210  [0x929315fc]
        +       !       : | + 1 CA::Render::Updater::prepare_layer(CA::Render::Updater::GlobalState&, CA::Render::Updater::LocalState&, CA::Render::LayerNode*, CA::Render::Updater::LayerShapes&, unsigned int*)  (in QuartzCore) + 7227  [0x92934e1c]
        +       !       : | +   1 CA::Render::Updater::prepare_layer(CA::Render::Updater::GlobalState&, CA::Render::Updater::LocalState&, CA::Render::LayerNode*, CA::Render::Updater::LayerShapes&, unsigned int*)  (in QuartzCore) + 7227  [0x92934e1c]
        +       !       : | +     1 CA::Render::Updater::prepare_layer(CA::Render::Updater::GlobalState&, CA::Render::Updater::LocalState&, CA::Render::LayerNode*, CA::Render::Updater::LayerShapes&, unsigned int*)  (in QuartzCore) + 7227  [0x92934e1c]
        +       !       : | +       1 CA::Render::Updater::prepare_layer(CA::Render::Updater::GlobalState&, CA::Render::Updater::LocalState&, CA::Render::LayerNode*, CA::Render::Updater::LayerShapes&, unsigned int*)  (in QuartzCore) + 7227  [0x92934e1c]
        +       !       : | +         1 CA::Render::Updater::prepare_layer(CA::Render::Updater::GlobalState&, CA::Render::Updater::LocalState&, CA::Render::LayerNode*, CA::Render::Updater::LayerShapes&, unsigned int*)  (in QuartzCore) + 4867  [0x929344e4]
        +       !       : | +           1 CA::Render::Updater::TransformOp::map_bounds(CA::Render::Updater::LayerShapes&)   (in QuartzCore) + 161  [0x92908e47]
        +       !       : | +             1 CA::Rect::apply_transform(CA::Transform const&)  (in QuartzCore) + 293  [0x9294262b]
        +       !       : | +               1 CA::Mat4Impl::mat4_apply_to_rect(double const*, double*)  (in QuartzCore) + 1  [0x9290652a]
        +       !       : | 1 CA::Render::Update::add_context(CA::Render::Context*, CA::Render::Layer*, CA::Transform const*)  (in QuartzCore) + 221  [0x9293121f]
        +       !       : 1 CA::Render::Update::add_context(CA::Render::Context*)  (in QuartzCore) + 18  [0x92931116]
        +       !       :   1 CA::Render::Context::root_layer()  (in QuartzCore) + 28  [0x9292a122]
        +       !       8 view_draw(_CAView*, double, CVTimeStamp const*, bool)  (in QuartzCore) + 1859  [0x9292f50f]
        +       !       : 8 view_state_finish(_CAViewState*)  (in QuartzCore) + 48  [0x92930ee9]
        +       !       :   8 glFinishFenceAPPLE_Exec  (in GLEngine) + 63  [0x12a166cb]
        +       !       :     7 gleFinishFence  (in GLEngine) + 113  [0x12b03e49]
        +       !       :     | 5 gldFinishObject  (in libGPUSupport.dylib) + 53  [0x12d4d32d]
        +       !       :     | + 2 gpuiFinishFence  (in libGPUSupport.dylib) + 75  [0x12d4961d]
        +       !       :     | + ! 2 ???  (in GeForceGLDriver)  load address 0x8e2fa000 + 0x33f74e  [0x8e63974e]
        +       !       :     | + !   1 ???  (in GeForceGLDriver)  load address 0x8e2fa000 + 0x33f7e0  [0x8e6397e0]
        +       !       :     | + !   : 1 ???  (in GeForceGLDriver)  load address 0x8e2fa000 + 0x22d556  [0x8e527556]
        +       !       :     | + !   1 ???  (in GeForceGLDriver)  load address 0x8e2fa000 + 0x33f823  [0x8e639823]
        +       !       :     | + !     1 ???  (in GeForceGLDriver)  load address 0x8e2fa000 + 0x32a11a  [0x8e62411a]
        +       !       :     | + !       1 ???  (in GeForceGLDriver)  load address 0x8e2fa000 + 0x32a254  [0x8e624254]
        +       !       :     | + 2 gpuiFinishFence  (in libGPUSupport.dylib) + 42,15  [0x12d495fc,0x12d495e1]
        +       !       :     | + 1 gpuiFinishFence  (in libGPUSupport.dylib) + 222  [0x12d496b0]
        +       !       :     | +   1 IOConnectCallMethod  (in IOKit) + 229  [0x98e60752]
        +       !       :     | +     1 io_connect_method  (in IOKit) + 404  [0x98eb8c88]
        +       !       :     | +       1 mach_msg  (in libsystem_kernel.dylib) + 68  [0x9a08dcac]
        +       !       :     | +         1 mach_msg_trap  (in libsystem_kernel.dylib) + 10  [0x9a08e7ce]
        +       !       :     | 1 gldFinishObject  (in libGPUSupport.dylib) + 53  [0x12d4d32d]
        +       !       :     | 1 gldFinishObject  (in libGPUSupportMercury.dylib) + 59  [0x133099eb]
        +       !       :     |   1 gpuiFinishFence  (in libGPUSupportMercury.dylib) + 15  [0x133061ba]
        +       !       :     1 gleFinishFence  (in GLEngine) + 43  [0x12b03e03]
        +       !       :       1 gleLookupHashObject  (in GLEngine) + 38  [0x129d9127]
        +       !       3 view_draw(_CAView*, double, CVTimeStamp const*, bool)  (in QuartzCore) + 2437  [0x9292f751]
        +       !       : 3 pthread_mutex_lock  (in libsystem_c.dylib) + 20  [0x91a51f5c]
        +       !       1 view_draw(_CAView*, double, CVTimeStamp const*, bool)  (in QuartzCore) + 105  [0x9292ee35]
        +       !       : 1 CAGetDebugFlags  (in QuartzCore) + 1  [0x929179e5]
        +       !       1 view_draw(_CAView*, double, CVTimeStamp const*, bool)  (in QuartzCore) + 2208  [0x9292f66c]
        +       !       : 1 CA::Rect::Rect(CGRect const&)  (in QuartzCore) + 1  [0x929202dd]
        +       !       1 view_draw(_CAVi

  • I use iPhone 4S .earlier with ios 6 and now ios 6.while I connect the charger for charging my phone network lost while midway in charging.that problem always while 3G connection is active.but this problem not arise while 3G mode off.please help me.

    I use iPhone 4S .earlier with ios 6 and now ios 6.while I connect the charger for charging my phone network lost while midway in charging.that problem always while 3G connection is active.but this problem not arise while 3G mode off.please help me.

    reset all settings
    settings-general-reset-reset all settings
    now reconnect to wifi
    settings- wifi- click network name- enter password - join
    if issue persists back up and restore as new via iTunes
    Peace, Clyde

  • How to write a SQL Query without using group by clause

    Hi,
    Can anyone help me to find out if there is a approach to build a SQL Query without using group by clause.
    Please site an example if is it so,
    Regards

    I hope this example could illuminate danepc on is problem.
    CREATE or replace TYPE MY_ARRAY AS TABLE OF INTEGER
    CREATE OR REPLACE FUNCTION GET_ARR return my_array
    as
         arr my_array;
    begin
         arr := my_array();
         for i in 1..10 loop
              arr.extend;
              arr(i) := i mod 7;
         end loop;
         return arr;
    end;
    select column_value
    from table(get_arr)
    order by column_value;
    select column_value,count(*) occurences
    from table(get_arr)
    group by column_value
    order by column_value;And the output should be something like this:
    SQL> CREATE or replace TYPE MY_ARRAY AS TABLE OF INTEGER
      2  /
    Tipo creato.
    SQL>
    SQL> CREATE OR REPLACE FUNCTION GET_ARR return my_array
      2  as
      3   arr my_array;
      4  begin
      5   arr := my_array();
      6   for i in 1..10 loop
      7    arr.extend;
      8    arr(i) := i mod 7;
      9   end loop;
    10   return arr;
    11  end;
    12  /
    Funzione creata.
    SQL>
    SQL>
    SQL> select column_value
      2  from table(get_arr)
      3  order by column_value;
    COLUMN_VALUE
               0
               1
               1
               2
               2
               3
               3
               4
               5
               6
    Selezionate 10 righe.
    SQL>
    SQL> select column_value,count(*) occurences
      2  from table(get_arr)
      3  group by column_value
      4  order by column_value;
    COLUMN_VALUE OCCURENCES
               0          1
               1          2
               2          2
               3          2
               4          1
               5          1
               6          1
    Selezionate 7 righe.
    SQL> Bye Alessandro

  • When i open any .HTML file from my computer it is not opening in firefox. Only a blank New Window Opens. Facing this problem since the firefox has updated.

    Whenever i try to open any HTML file from my computer, it opens a new firefox window which is blank. Facing this problem after the new update. please fix this problem

    I found that after Firefox v29, a LOT of my settings and<BR>
    add-ons were changed / reset. Try this;
    '''''[https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode Start Firefox in Safe Mode]'''''
    <BR>While you are in safe mode;<BR>
    '''''Firefox Options > Advanced > General'''''.<BR>
    Look for and turn off '''Use Hardware Acceleration'''.<BR>
    Then check ALL of your settings. Browser and add-ons. Then restart.

  • I updated my iPad 2 OS to iOS 6.0..after that I am unable to download or update anything from the App Store. The MSG I get is "id not valid for US store. Go to Indian store for purchase"..never faced this problem earlier before the update to OS 6..help!!

    I updated my iPad 2 OS to iOS 6.0..after that I am unable to download or update anything from the App Store. The MSG I get is "id not valid for US store. Go to Indian store for purchase"..never faced this problem earlier before the update to OS 6..help!!

    Apple's response to my email:
    "I understand that you can't update your apps using your iPad.
    Apple is currently working toward a resolution for the issue you have reported. You will receive an email after the matter has been investigated and further information is available.
    Thank you for your patience. Apple wants your iTunes experience to be as enjoyable as possible. Have a great day!"

  • ORA-00907: missing right parenthesis when using group by clause with xmlagg

    I have the following query and I am getting ORA 00907 Error when I am using group by clause with the xmlagg function.
    select xmlelement("Mitigation",
                    xmlelement("m_szMethodName",tm.DisplayName),
                    xmlelement("SubstanceInterferenceProtocolList",
                                (select xmlagg(xmlelement("MitigationProtocol",
                                        xmlelement("m_szMethodName",tm.DisplayName),
                                        xmlelement("m_szInterferenceProtocolName",tmp.protocol_name),
                                        xmlelement("m_szInterferenceSubstance",tmp.intf_mtrl_prod_code),
                                        xmlelement("m_ProtocolParameters",
                                            xmlelement("m_szProtocolName",tmp.protocol_name),
                                                xmlelement("m_Consumables",
                                                    xmlelement("Consumable",
                                                        xmlelement("m_szConsumId", xrl.rgnt_pack_name),
                                                        xmlelement("m_szProductCode",xrl.pack_prod_code),
                                                        xmlelement("m_nVolume",tmp.fluid_vol),
                                                        xmlelement("m_szProtocolStep",xps.protocol_step_name))),
                                                    xmlelement("m_ProtParamList",
                                                        xmlagg(
                                                        xmlelement("ParameterValues",
                                                            xmlelement("m_szProtocolName",tmp.protocol_name),
                                                            xmlelement("m_Time",xpsd.parameter_ntime_value))
                                                        group by tmp.ccd_test_id,tmp.intf_mtrl_prod_code)
                    order by tmp.ccd_test_id, tmp.intf_mtrl_prod_code, xps.protocol_step_intprotocolstep )
                    from XPR_tdef_mitigation_protocol tmp, xp_reagentlist xrl,
                    xpr_protocol_settings xps, xpr_protocol_settings_default xpsd
                    where tmp.ccd_test_id = tm.ccd_test_id
                    and tmp.ccd_test_id = xrl.ccd_test_id
                    and tmp.pack_prod_code = xrl.pack_prod_code
                    and tmp.intf_type = 1
                    and xps.protocol_name = xpsd.protocol_name
                    and xps.protocol_step_name = xpsd.protocol_step_name
                    and xps.ps_action_parameterlist = xpsd.ps_action_parameterlist
                    and xps.protocol_name =  tmp.PROTOCOL_NAME
    from XPtoXPRTdef_defn_mapping tm
    where tm.DisplayName = 'SYPH'If I remove the xmlagg clause along with the group by clause, the query runs fine and give me the output.
    But in that XML format of the output is incorrect for my application.
    Could someone help here?

    Hi,
    userAtoZ wrote:
    I have the following query and I am getting ORA 00907 Error when I am using group by clause with the xmlagg function.
    ... xmlagg(
    xmlelement("ParameterValues",
    xmlelement("m_szProtocolName",tmp.protocol_name),
    xmlelement("m_Time",xpsd.parameter_ntime_value))
    group by tmp.ccd_test_id,tmp.intf_mtrl_prod_code)Please don't post unformatted code. When posting any formatted text on this site, type these 6 characters:
    \(small letters only, inside curly brackets) before and after each section of formatted text, to preserve spacing.
    If the code above were formatted well, so that you could match each '(' with its closing ')', it would look something like this:... xmlagg ( xmlelement ( "ParameterValues"
                        , xmlelement ( "m_szProtocolName"
                                       , tmp.protocol_name
                        , xmlelement ( "m_Time"
                                       , xpsd.parameter_ntime_value
    group by tmp.ccd_test_id
                        ,     tmp.intf_mtrl_prod_code
    This is exactly what you posted, only the whitespace has been changed.
    This makes it clear that the GROUP BY is inside the parentheses with the argument to XMLAGG.  You can have an ORDER BY clause there, but not a GROUP BY clause.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • I have paid for the Mountain Lion. But for some reason, I cannot seem to download it, despite software being upgraded. Anyone facing this problem where the download does not begin? How can I solve this?

    I have paid for the Mountain Lion. But for some reason, I cannot seem to download it, despite software being upgraded. Anyone facing this problem where the download does not begin? How can I solve this?

    Make sure your Mac qualifies to run Mountain Lion >  Apple - Upgrade your Mac to OS X Mountain Lion.
    Try disabling anti virus software and turn off the Firewall in System Preferencs > Security & Privacy
    Apps such as Little Snitch and Net Nanny can prevent apps from downloading from the App store including Mountain Lion.
    Third party download managers are not compatible with the App Store.
    Keep in mind, for downloading Mountain Lion from the App Store, a high speed (broadband) internet connection is strongly recommended by Apple as noted here > iTUNES STORE - MAC APP STORE - TERMS AND CONDITIONS
    If you need to reinstall OS X or repair the the startup disk using Mountain Lion Recovery, that requires broadband access to the internet via Wi-Fi or an Ethernet connection. OS X is downloaded over the internet form Apple when OS X Recovery is used for reinstallation.

  • Hi, please, anybody knows how many coolers has an iMac 27 Intel core i5? The widget iStatpro shows 3. I changed my HD (the previous one of 1TB crashed) and after that the HDD cooler is constantly working at 4.600 rpm. Anybody is facing this problem?

    Hi, please, anybody knows how many coolers has an iMac 27 Intel core i5? The widget iStatpro shows 3. I changed my HD (the previous one of 1TB crashed) and after that, the HDD cooler is constantly working at 4.600 rpm. Anybody is facing this problem?

    Did you replace the HD yourself? If so what HD did you use?
    You should be aware that the symptom you describe is likely to be because you've used an incompatible HD. The current Macs have the temperature sensor actually in the HD package, with a modified cable to connect to the logic board.
    If the sensor is not in circuit, the fans will run full tilt all the time.
    Also, if it was under warranty, I think you'll find you've just voided it.

  • I got my Iphone 3gs unlocked, but Navigation and Compass are not working. Please help if anybody had faced this problem and got it resolved.

    I got my Iphone 3gs unlocked, but Navigation and Compass are not working. Please help if anybody had faced this problem and got it resolved.

    Only the carrier that the iPhone was locked to can unlock. There you go, hacking void any support from this forum.

  • Whenever i try to sync apps, tones, music etc, it says me to authorize my computer. But i had already authorized it and had even signed into my account. Can you please help me? I am facing this problems since long. please.

    Hey there.
    Please help me.
    Whenever i try to sync apps, tones, music etc, it says me to authorize my computer. But i had already authorized it and had even signed into my account. Can you please help me? I am facing this problems since long. please.
    It goes like this.
    Whenever i connect my iPhone5, it starts to sync. later when it reaches the 4th stage of 'Tranferring Purchases' it stops and says me to Authorize my computer.
    But i had already authorized it and even signed my apple id.
    Moreover, i have only authorized 1 out of my 5 computers.
    Please help me.
    I have been facing this from long.
    Thank You.

    Hi Rameez,
    Thanks for visiting Apple Support Communities.
    The steps in this article can help if iTunes is asking you to authorize your computer repeatedly:
    iTunes repeatedly prompts to authorize computer to play iTunes Store purchases
    http://support.apple.com/kb/ts1389
    Best,
    Jeremy

  • I have a problem with my Imessage at my macbook pro ,its says it can contact the server and i cant use it ,please solve me this problem

    i have a problem with my Imessage at my macbook pro ,its says it can contact the server and i cant use it ,please solve me this problem

    I am having the exact same problem with the iMessage on both my MacBook pro and my iphone4. It either says the username/password is incorrect or it can not contact the server. Facetime and iCloud works just fine with the same apple id and password. Somebody please help, I am beyond frustrated!

  • Wifi grid is not gray and i update the software still facing this problem what can i do?

    Wifi grid is not gray and i update the software still facing this problem what can i do?

    Read here:
    http://support.apple.com/kb/ts1559
    If nothing helps, make an appointment at any Apple store, whether under warranty or not.

  • After ios7 update my iphone is like android os dead slow processing , too fast battery drain,calling process is too low where is apple brand going my friends 11 members using iphone all are got this problem one thing fans like me y they spoil his name ??

    after ios7 update my iphone 4 is like android os dead slow processing , too fast battery drain,calling process is too low where is apple brand going my friends 11 members using iphone all are got this problem one thing apple have unique and unique fans like me why they spoil their name like this update iam too disappointed iam not say for oppose apple iam say for feedback to grow apple in world because i love apple more please solve it
                       by real customers
    iPhone 4, iOS 7, iam apple suporter

    please help me after ios7 update my phone is tooo slowww i want my old iphone                         

  • Can we use Group by Clause here?

    All,
    Can we use group by clause in the date column?
    If yes, will it work for these kind of values '11/12/2009 12:30:45 PM' and '11/12/2009 4:30:45 PM'......

    Hi,
    frontier007 wrote:
    All,
    Can we use group by clause in the date column?
    If yes, will it work for these kind of values '11/12/2009 12:30:45 PM' and '11/12/2009 4:30:45 PM'......Yes, GROUP BY works with DATEs.
    Remember that DATEs always include hours, minutes and seconds, so '11/12/2009 12:30:45 PM' and '11/12/2009 4:30:45 PM', though they are in the same calendar day, are different DATE values. If you want them to be in the same group, then use TRUNC.
    For example:
    SELECT    TRUNC (entry_date)      AS entry_dt
    ,         SUM (amount)            AS daily_amount
    FROM      orders
    GROUP BY  TRUNC (entry_date)
    ;Edited by: Frank Kulash on Oct 30, 2009 4:55 AM

Maybe you are looking for