Viewing 15 posts - 5,641 through 5,655 (of 26,490 total)
Sad. I don't have access to the crystal ball to divine what a user wants and he thinks I can't help him.
January 11, 2015 at 2:48 pm
chef423 (1/11/2015)
No worries...Ill figure it out on my own then.
If you don't understand the original code then...
January 11, 2015 at 2:45 pm
Be sure to post the complete DDL for the table as well.
January 11, 2015 at 2:32 pm
I have no idea what this is trying to do:
If i_ticket_id1 = i_ticket_id2 and dt_when(i_ticket_id2) > dt_when(i_ticket_id1) and i_ticket_id1(b_cancel = 1) then c_amount1 - c_amount2
No idea what I_ticket_id1 or I_ticket_id2...
January 11, 2015 at 2:30 pm
Mile Higher Than Sea Level (1/11/2015)
Of course, the insert INTO, sorry about that.
But also look at the columns for the sample data and table definition, they don't match.
January 11, 2015 at 2:17 pm
Mile Higher Than Sea Level (1/11/2015)
There is a big football game starting soon.
I...
January 11, 2015 at 2:08 pm
May even be easier than that. I am just waiting for the information I requested.
January 11, 2015 at 10:01 am
... Mark one off, 48 days on the calendar to go. 48 days on the calendar to go, 48 days to go, ...
January 10, 2015 at 9:37 pm
Need three things from you.
1) The schema for the table used in the function - you can limit it to the columns used in the function and any indexed columns...
January 10, 2015 at 3:54 pm
Based on Jeff's posts and making some assumptions that are not expressed in the original post I have another solution.
Assumptions:
All ID are groups of three
Return those groups that are unique...
January 10, 2015 at 11:35 am
Or this (assuming that we know 'T' is the exception) :
WITH TestData as (
SELECT * FROM (VALUES
(1,'a','m')
,(1,'b','n')
...
January 10, 2015 at 10:51 am
... Mark one off, 49 days on the calendar to go. 49 days on the calendar to go, 49 days to go, ...
January 9, 2015 at 7:25 pm
I think it is close enough to the end of my shift to post the following.
January 9, 2015 at 7:24 pm
Ed Wagner (1/9/2015)
Lynn Pettis (1/9/2015)
Ed Wagner (1/9/2015)
rodjkidd (1/9/2015)
Lynn Pettis (1/9/2015)
Lynn Pettis (1/9/2015)
January 9, 2015 at 5:43 pm
Ed Wagner (1/9/2015)
rodjkidd (1/9/2015)
Lynn Pettis (1/9/2015)
Lynn Pettis (1/9/2015)
January 9, 2015 at 5:10 pm
Viewing 15 posts - 5,641 through 5,655 (of 26,490 total)