Skip to content
Snippets Groups Projects

feat: support sql ORDER BY

Merged Emir Vildanov requested to merge vildanov/sql-order-by into master
+ 1
0
@@ -675,6 +675,7 @@ impl TryFrom<&Node> for CommandTag {
| Relational::ScanSubQuery { .. }
| Relational::Selection { .. }
| Relational::GroupBy { .. }
| Relational::OrderBy { .. }
| Relational::Having { .. }
| Relational::UnionAll { .. }
| Relational::Values { .. }
Loading