Hi its pretty easy
write the query like this and c if it works
once u insert business ethice just update the table with this update tablename set grade code='G2,M2' where course name='business ethics'
or during insert write an if condition if(course name='business ethics') gradecode ='G2,M2'
and then while loading use select distinct Category ,Course Name,grade code from tablename
If this does not solve your prob let me knw
Meghana Lohit- Proposed As Answer bymeghanalohit Monday, April 27, 2009 11:31 AM
-
|