View Single Post
  #2 (permalink)  
Old 05-05-04, 18:39
Nocopy Nocopy is offline
Registered User
 
Join Date: May 2004
Location: Redwood Shores, CA
Posts: 68
Are you sure your v_totao_no_system is not 0?
It is.

See if that's what you meant

UPDATE answer SET
value = (select (number_system/v_total_no_system) * 100 from
answer
where question_id = 50)
where question_id = 50;
__________________
My way or the highway. Yeah

Last edited by Nocopy; 05-05-04 at 18:41.
Reply With Quote