P
Prince
I want to write a query to show 3 rows record in 1 row
eg:
Emp# Name Amount
002 ABC 2,000
002 ABC 3,000
002 ABC 5,000
I want to print like:
002 AbC 2,000 3,000 5,000
(Max 3 Rows per employee in database)
Please advice if you have some simple solution
eg:
Emp# Name Amount
002 ABC 2,000
002 ABC 3,000
002 ABC 5,000
I want to print like:
002 AbC 2,000 3,000 5,000
(Max 3 Rows per employee in database)
Please advice if you have some simple solution