Table1
id                              name                        comment

1

Item1

Bad

2

Item2

Good

 


 

Table2

Id 
                                                            table1_id           
                         
         marks          

1.

1

23

2.

1

54

3.

2

66

4.

2

55

I want to write a single query to fetch the maxium marks of each item and 
update the parent table each item comment with bad if the max is less 60 
and good if the max is greater that 60

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/376231cf-0d72-4c04-a931-b268840c4dbao%40googlegroups.com.

Reply via email to