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
This is one step towards #3. Sorting is probably the easiest operator to implement next. Sort is written as τ with a list of columns to sort by as a subscript. Keep in mind that ascending order is the default in SQL. I would also suggest including a small arrow next to each column to indicate the sort order (i.e. ↑ and ↓)
The text was updated successfully, but these errors were encountered:
This is one step towards #3. Sorting is probably the easiest operator to implement next. Sort is written as τ with a list of columns to sort by as a subscript. Keep in mind that ascending order is the default in SQL. I would also suggest including a small arrow next to each column to indicate the sort order (i.e. ↑ and ↓)
The text was updated successfully, but these errors were encountered: