taosdata / taosdata/TDengine

base64 decode for column, like mysql FROM_BASE64(str)

Open
#25,945 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

help wanted question
Dominant language
C
Stars
25.1k
Forks
5k
Avg merge
4d 59m
Merged PRs (30d)
7

Description

General Questions
A general question should be related to TDengine's user's manual, user experience, milestones, business cooperations etc.
Before you ask a question, please:

  1. Try searching for answers in the official documentation
  2. Try searching in the existing issues on GitHub
  3. Try searching on tech forums such as Stack Overflow, Quora, CSDN, v2ex etc.
  4. Try using online searching engines such as Google, Bing, Baidu

If all the ways above couldn't help, please clearly and concisely describe what the question is.
dear tdengine team:
i find base64 function in this repo,
https://github.com/search?q=repo%3Ataosdata%2FTDengine%20base64&type=code
is there a function like mysql FROM_BASE64(str) that i can use select FROM_BASE64('${column_value}') from ${table_name} in tdengine

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the repository-wide “base64” search linked in the issue and check the official SQL function documentation. Determine whether TDengine already exposes an equivalent to MySQL’s FROM_BASE64(str), and clarify the expected behavior and scope if it does not; done means the question has a documented answer or an explicitly scoped feature request.

Written by the indexing model from the issue text.

Assessment

Tech stack
sql
Domain
database
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.