View Single Post
  #1 (permalink)  
Old 01-09-2007, 06:03 PM
Sat
 
Posts: n/a
Default SQL 92 dialect question:

How can I select a Field and then add that field as a column?


I have a table eg

employee type value
001 salary 1500.23
001 expenses 120.00
002 salary 1600.50
003 salary 1600
003 bonus 300

And want the table to look like

Employee salary expenses bonus
001 1500.23 120 0

Any ideas

Thanks
Edit/Delete Message Reply With Quote

ANSWER(S):