Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • A api
  • Project information
    • Project information
    • Activity
    • Members
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Wiki
    • Wiki
  • Activity
Collapse sidebar
  • ironapi
  • api
  • Wiki
  • Api
  • Queries
  • Attributes

Attributes · Changes

Page history
x authored Jan 21, 2022 by Andrea Pavlovic's avatar Andrea Pavlovic
Hide whitespace changes
Inline Side-by-side
API/Queries/Attributes.md
View page @ 577e88b1
......@@ -217,15 +217,10 @@ Ordering can be defined by the "order_by" attribute.
|["colA", {-asc => "colB"}] | ORDER BY colA, colB ASC|
|{ "-asc" => ["colA","colB"] } | ORDER BY colA ASC, colB ASC|
|[ "FUNC(colA,?)", "bla" ] | ORDER BY FUNC(colA, ?) /* with "bla bound to ? */|
|[ | ORDER BY
{ "-asc" => "colA" },
{ "-desc" => ["colB"] },
{ "-asc" => ["colC","colD"] },
[ "FUNC(colF, ?)", "bla" ],
] |
|<code>[ <br>{ "-asc" => "colA" },<br>{ "-desc" => ["colB"] },<br>{ "-asc" => ["colC","colD"] },<br>[ "FUNC(colF, ?)", "bla" ],<br>] </code> |
```colA ASC,
```ORDER BY, colA ASC,
colB DESC,
colC ASC, colD ASC,
FUNC(colF, ?) /* with "bla bound to ? */```
......
Clone repository
  • API
    • Available Endpoints
    • Changing Passwords
    • Form Input Types
    • Introduction
    • Logout
    • Plugins
    • Queries
    • Queries
      • Attributes
      • Context
      • Query Examples
      • Query Search Options
      • Referenced Instances
      • Saved Queries
    • Schema_Changes
    • Storing Files
View All Pages