We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b78710 commit 33e2c28Copy full SHA for 33e2c28
distribution/lib/Standard/Database/0.0.0-dev/src/DB_Table.enso
@@ -1021,8 +1021,7 @@ type DB_Table
1021
Error.throw (Unsupported_Database_Operation.Error "add_group_number")
1022
1023
1024
- ## ALIAS order_by
1025
- GROUP Standard.Base.Selections
+ ## GROUP Standard.Base.Selections
1026
ICON select_row
1027
1028
Returns a new Table that will include at most `max_rows` rows from the
@@ -1313,7 +1312,7 @@ type DB_Table
1313
1312
table = self.connection.read_statement sql column_types last_row_only=True
1314
table.rows.first
1315
1316
- ## ALIAS sort
+ ## ALIAS order_by
1317
GROUP Standard.Base.Selections
1318
ICON order
1319
Sorts the rows of the table according to the specified columns and order.
0 commit comments