You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable using computed fields in order_by clause. For example, we have a table student_marks which contains integer columns for various courses to store marks obtained. We defined a computed field total_marks which is basically a total sum of marks. We need to query student details sorted by total_marks