Home Whiteboard Graphing Calculator Online Compilers Articles Tools

Explore Categories

Find the perfect tutorial for your learning journey

Python TechnologiesDatabasesComputer ProgrammingWeb DevelopmentJava TechnologiesComputer ScienceMobile DevelopmentBig Data & AnalyticsMicrosoft TechnologiesDevOpsLatest TechnologiesMachine LearningDigital MarketingSoftware QualityManagement Tutorials View All Categories
Tutorials Courses Jobs Login
Apache Tajo Tutorial
  • Apache Tajo - Home
  • Apache Tajo - Introduction
  • Apache Tajo - Architecture
  • Apache Tajo - Installation
  • Apache Tajo - Configuration Settings
  • Apache Tajo - Shell Commands
  • Apache Tajo - Data Types
  • Apache Tajo - Operators
  • Apache Tajo - SQL Functions
  • Apache Tajo - Math Functions
  • Apache Tajo - String Functions
  • Apache Tajo - DateTime Functions
  • Apache Tajo - JSON Functions
  • Apache Tajo - Database Creation
  • Apache Tajo - Table Management
  • Apache Tajo - SQL Statements
  • Aggregate & Window Functions
  • Apache Tajo - SQL Queries
  • Apache Tajo - Storage Plugins
  • Integration with HBase
  • Apache Tajo - Integration with Hive
  • OpenStack Swift Integration
  • Apache Tajo - JDBC Interface
  • Apache Tajo - Custom Functions
  • Apache Tajo - Quick Guide
  • Apache Tajo - Useful Resources
  • Apache Tajo - Discussion
Selected Reading
  • UPSC IAS Exams Notes
  • Developer's Best Practices
  • Questions and Answers
  • Online Resume Builder
  • HR Interview Questions
  • Computer Glossary
  • Who is Who
Home Apache_tajo json_extract_path_text()

json_extract_path_text()



Previous
Quiz
Next

Let us now check the json_extract_path_text(json text, json_path text) function with the following query.

Query

default> select json_extract_path_text('{"tutorial" : 
   {"key" : "tajo"}}','$.tutorial.key') as path;   

Result

The above query will generate the following result.

path 
------------------------------- 
tajo

The query extracts the JSON string tutorial from a JSON string based on the JSON path.

apache_tajo_json_functions.htm
Previous Quiz Next
Advertisements
  • ABOUT US
  • OUR TEAM
  • CAREERS
  • JOBS
  • CONTACT US
  • TERMS OF USE
  • PRIVACY POLICY
  • REFUND POLICY
  • COOKIES POLICY
  • FAQ'S
tutorials point logo
Download Android App Download IOS App

Tutorials Point is a leading Ed Tech company striving to provide the best learning material on technical and non-technical subjects.

Copyright 2026. All Rights Reserved.