Consider a Phone Log table as below. It records all phone numbers that we dial in a given day.
SOURCE_PHONE_NUMBER
DESTINATION_PHONE_NUMBER
CALL_START_DATETIME
1234
4567
01/07/2011 10:00
1234
2345
01/07/2011 11:00
1234
3456
01/07/2011 12:00
1234
3456
01/07/2011 13:00
1234
4567
01/07/2011 15:00
1222
7890
01/07/2011 10:00
1222
7680
01/07/2011 12:00
1222
2345
01/07/2011 13:00
Please provide an SQL query to display the source_phone_number and a flag where the flag needs to be set to Y if first called number and last called number are the same and N if the first called number and last called number are different.
Desired Output:
Source Number
Is_Match
1222
N
1234
Y
Answer Posted / kivi
first value and last value...
for more info ref
http://etltechsolutions.wordpress.com/2014/10/12/last_value-and-first_value-best-example/
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Explain informatica architecture - version 8 / 9
What are the different components of powercenter?
What is the need of etl tools?
What is the status code in stored procedure transformation?
Define update strategy?
What is update strategy transform?
tell me about your project functionality
How do you change a non-reusable transformation to reusable transformation?
What is decode in informatica?
What is expression transformation?
Design a mapping to load a target table with the following values from the above source?
Explian the Process of deployment groups in informatica
I have two different source structure tables, but I want to load into single target table? How do I go about it? Explain in detail through mapping flow.
where to store informatica rejected data? How to extract the informatica rejected data?
What are the prerequisite tasks to achieve the session partition?