Apr 17, 2002 #1 specv Programmer Joined Aug 8, 2001 Messages 42 Location CA I want to add 2 fields of the same records. I have a table with the fields goals and assists. I want the total of points for each player. Is it possible? Thanks
I want to add 2 fields of the same records. I have a table with the fields goals and assists. I want the total of points for each player. Is it possible? Thanks
Apr 17, 2002 #2 karluk MIS Joined Nov 29, 1999 Messages 2,485 Location US Why not select field_goals + assists as total_points from your_table Upvote 0 Downvote