Vertaling van "SQL/JSON" 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.
Beginning with release 12.1.0.2, the Oracle database contains SQL/JSON functions which allow to parse and process JSON documents with SQL functions.
Ab dem Release 12.1.0.2 bringt die Datenbank SQL/JSON-Funktionen mit, um JSON mit SQL parsen und verarbeiten zu können.
Let's compare this to the native SQL/JSON functions in Oracle12c.
After collecting tweets for some time, we can use the SQL/JSON functions to perform any query we want.
The following functions use the so-called SQL/JSON path language (described below) to access parts of a JSON document.
Die folgenden Funktionen nutzen die sogenannte SQL/JSON path language (siehe unten) um auf Teile eines JSON-Dokumentes zuzugreifen.
So, once more: If you are working in an Oracle12c environment, make sure to use the native SQL/JSON functions when parsing and accessing JSON data.
Wenn Ihr also auf einer 12c-Datenbank seid, verwendet auf jeden Fall die SQL/JSON-Funktionen zum JSON-Parsong - diese sind wesentlich effizienter.
Beginning with Oracle12c, more specific: 12.1.0.2, the Oracle database provides native SQL/JSON functions zu parse and access JSON data.
Ab Oracle12c, genauer: Ab der Version 12.1.0.2 stellt die Datenbank native SQL-Funktionen zum Parsen von JSON bereit.
This release provides application developers with new capabilities such as SQL/JSON path expression support, optimizations for how common table expression (WITH) queries are executed, and generated columns.
Diese Version bietet Anwendungsentwicklern neue Funktionen wie die Unterstützung von SQL/ JSONPATH-Funktionen, Optimierungen bei der Ausführung von Abfragen mit Common Table Expressions (WITH), sowie Generated Columns.
As there is no other established international standard for a JSON path language (like XQuery for XML), the SQL standard entirely defines the syntax and semantics of this new SQL/JSON path language.
Da es für JSON-Pfade keinen anderen etablierten internationalen Standard gibt, definiert der SQL-Standard die Sprache selbst.
In the meanwhile other databases get standard JSON support and so does PostgreSQL. My preliminary test of the PostgreSQL SQL/JSON patches has shown some issues, but I did not yet check them in detail.
In der Zwischenzeit lernen andere Datenbanken die Standard-JSON-Funktionen und so natürlich auch PostgreSQL. Ich habe einen vorläufigen Test des JSON-Patches gemacht. Dabei sind mir ein paar Themen aufgefallen, die ich aber noch nicht näher kontrolliert habe.
PostgreSQL 12 introduces the ability to run queries over JSON documents using JSON path expressions defined in the SQL/JSON standard.
PostgreSQL 12 eröffnet die Möglichkeit, Abfragen über JSON-Dokumente mithilfe von JSON-PATH Ausdrücken auszuführen, die im SQL/ JSON-Standard definiert sind.