Skip to content

Database.Guide

DBMS

Database Management Systems

SQLcl Formatting Options (Oracle)

September 29, 2021 by Ian

When using SQLcl to query Oracle Database, you can use the SET SQLFORMAT command to determine the format of the results.

You can also use inline comments to specify the format from directly within your query.

Read more

Categories Database Tools, Oracle Tags how to, sqlcl

JSON_OBJECT() Function in Oracle

September 29, 2021 by Ian

In Oracle Database, the JSON_OBJECT() function creates a JSON object from a sequence of key-value pairs or one object type instance.

Read more

Categories Oracle Tags functions, json, what is

Export Oracle Query Results to an HTML File when using SQLcl

September 28, 2021 by Ian

When using SQLcl with Oracle Database, you can use the SPOOL command to export your query results to a file with an .html extension, and you can set SQLFORMAT to html in order to output the actual query results in HTML format.

Read more

Categories Oracle Tags export, how to, sqlcl

JSON_ARRAYAGG() Function in Oracle

April 28, 2024September 28, 2021 by Ian

In Oracle Database, the JSON_ARRAYAGG() function creates a JSON array from a column of SQL expressions.

Read more

Categories Oracle Tags arrays, functions, json, what is

JSON_ARRAY() Function in Oracle

April 28, 2024September 27, 2021 by Ian

In Oracle Database, the JSON_ARRAY() function creates a JSON array from a sequence of SQL scalar expressions or one collection type instance, VARRAY or NESTED TABLE.

Read more

Categories Oracle Tags arrays, functions, json, what is

JSON_TABLE() Function in Oracle

September 26, 2021 by Ian

In Oracle Database, the JSON_TABLE() function creates a relational view of JSON data. It allows you to present the values in a JSON document in table format – as rows and columns.

Read more

Categories Oracle Tags functions, json, what is

JSON_VALUE() Function in Oracle

September 25, 2021 by Ian

In Oracle Database, the JSON_VALUE() function finds a specified scalar JSON value in JSON data and returns it as a SQL value. 

Read more

Categories Oracle Tags functions, json, what is

2 Ways to Replace a Substring in MariaDB

September 24, 2021 by Ian

If you need to replace a substring with another string in MariaDB, here are two approaches that you can use.

Read more

Categories MariaDB Tags how to, string functions

JSON_QUERY() Function in Oracle

September 24, 2021 by Ian

In Oracle Database, the JSON_QUERY() function selects and returns one or more values from JSON data and returns those values. 

You can use the function to retrieve fragments of a JSON document.

Read more

Categories Oracle Tags functions, json, what is

How to Export Query Results to a CSV File in SQL Developer (Oracle)

September 23, 2021 by Ian

You can do this to export your query results to a CSV file when using SQL Developer to query Oracle Database.

Read more

Categories Database Tools, Oracle Tags export, how to
Older posts
Newer posts
← Previous Page1 … Page193 Page194 Page195 … Page392 Next →

About | Privacy Policy

© 2026 Database.Guide • All rights reserved