Vertaling van "JSON clause" in Duits
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Within the FOR JSON clause, you can specify one of the following JSON modes that control the format of the JSON that is generated
SQL Anywhere allows you to execute a SQL query against your database and return the results as a JSON document by using the FOR JSON clause in a SELECT statement.
In SQL Anywhere können Sie eine SQL-Abfrage für Ihre Datenbank ausführen und die Ergebnisse als ein XML-Dokument zurückgeben, indem Sie die FOR XML-Klausel in Ihrer SELECT-Anweisung verwenden.
However, SQL Server 2016 also fully supports the rowset-to-JSON query scenario when you write a regular T-SQL query and then map results to JSON objects via the FOR JSON clause.
Andere resultaten
They interpret strings as JSON data and thus accept the on error clause.
The WITH clause lets you map JSON properties to existing table columns.
We will have a final example showing the use of our json operators within a GROUP BY clause.
This might be important if you have a WHERE clause or a sub statement that refers to the result of the json operators.
Other general HTTP web service type clauses include XML, RAW, and JSON.
Functions that generate or parse JSON data accept the optional format clause to specify which format to use (format json is default).
The columns clause declares the names and types of the result columns and the JSON paths to the actual values (relative to the main JSON path).
Die columns-Klausel legt die Typen und Namen der Spalten fest und deklariert über einen weiteren JSON-Pfad (relativ zum Hauptpfad) den eigentlichen Wert.
The COLUMNS clause then projects these out as relational columns. As seen, JSON does not need to be stored within the database - we can also grab JSON instances from the internet or the file system and process these on-the-fly.
Das JSON muss gar nicht unbedingt in einer Tabelle liegen; es kann auch on-the-fly aus dem Internet geladen oder aus einer externen Tabelle (also dem Dateisystem) gelesen werden - die Möglichkeiten sind vielfältig.
You can use S3 Select to retrieve a subset of data using SQL clauses, like SELECT and WHERE, from objects stored in CSV, JSON, or Apache Parquet format.
Mit S3 Select können Sie eine Teilmenge von Daten mithilfe von SQL-Klauseln wie SELECT und WHERE aus Objekten abrufen, die im CSV-, JSON- oder Apache Parkett-Format gespeichert sind.