I think subject should be "Converting multiple Rows to one Row", because its just opposite to Normalizer and there we were "Converting Row to Multiple Rows". this will not create any confusion and anyone can easily remember what needs to be done in which case...
Thanks Raghavender for the kind words. Please consider subscribing to my other channel as well. It will really help me. th-cam.com/video/6G1xGi-D5ow/w-d-xo.html
I am also facing the same problem , my two subject columns maths and english are coming null and only one subject has its input values..What changes do I need to make
Thank for the video, how we need to change solution if we want to add dynamically the columns, imagine subject will be added during time.. how this wil be happened?
Take a delimiter other than the dtaa present in the file, the entire line will be then treated as a single column no matter how many columns it has . It should do th job for you
I have teams called A1,A2,A3,A4. Lets say this is static table with one column. they need to play with each other. But I don't need a duplicate .i.e. A1 vs A2 or A2 vs A1 is same. I want only one of them.
Hi Vivek, I have a table with columns email and salary. I am using pivot query but its not working. select * from emp_s6 pivot (sum(salary) for email in ('Steven','Neena','Lex','SKING','NKOCHHAR','LDEHAAN')); can you please tell me whats wrong with this query.
can u pls include a scenario for pyramid triangle data like A-->a,B-->bb,C-->ccc,D-->dddd,E-->eeeee pls explain the logic to execute this one .not by using normaliser pls
Very nice video. It explained both the methods of transposing rows to columns using simple examples. Thanks.
I think subject should be "Converting multiple Rows to one Row", because its just opposite to Normalizer and there we were "Converting Row to Multiple Rows". this will not create any confusion and anyone can easily remember what needs to be done in which case...
Thanks for this content...
Thanks Raghavender for the kind words.
Please consider subscribing to my other channel as well. It will really help me.
th-cam.com/video/6G1xGi-D5ow/w-d-xo.html
Thanks for the video
how complex logic implemnetion goes into developement ? is it very hard ?
No it is not , will post a video on it soon
Very nicely explained
Thanks a lot Saurabh for the kind words :)
Hi Vivek
thanks for the all your videos.
i have query why i am getting null values after pivot in oracle developer?
i have done exactly the same.
Can you please share your code and data ?
your table might have identity column
I am also facing the same problem , my two subject columns maths and english are coming null and only one subject has its input values..What changes do I need to make
Nice video.Thanks a lot.
Very helpful ..thnx dude
Thank for the video, how we need to change solution if we want to add dynamically the columns, imagine subject will be added during time.. how this wil be happened?
Hi Maryam, Can you elaborate a little more I couldn't understand completely.
IF WE WANT TO
SUM OF THIS SCORE THEN HOW WE PIVOT
Hi Mohsin,
This query won't work on Oracle 9 and 10g
how can we load multiple files having different structures by using one source qualifier into one target?
Take a delimiter other than the dtaa present in the file, the entire line will be then treated as a single column no matter how many columns it has . It should do th job for you
@@TechCoach I got it thanks a lot.
I watched every video it is very helpful once again thanks.
@@TechCoach but I have multiple files then how can integration service read data from other files.
thanks a lot buddy
Hi, can this be achieved using Java Transformation ? We have requirement in our project.
Can you please share your requirement
The above exact scenario...how can it be acheived using java tranformation?
Did you find the solution for this using java transformation ?
I have teams called A1,A2,A3,A4. Lets say this is static table with one column. they need to play with each other. But I don't need a duplicate .i.e. A1 vs A2 or A2 vs A1 is same.
I want only one of them.
Hi Vivek, I have a table with columns email and salary. I am using pivot query but its not working.
select * from emp_s6
pivot (sum(salary) for email in ('Steven','Neena','Lex','SKING','NKOCHHAR','LDEHAAN'));
can you please tell me whats wrong with this query.
can you please post your employee table as well.
can u pls include a scenario for pyramid triangle data like A-->a,B-->bb,C-->ccc,D-->dddd,E-->eeeee pls explain the logic to execute this one .not by using normaliser pls
Thanks a lot!!
Suparna Das You are welcome :)
Not understood, every step is not explained in detail