cnosdb / cnosdb/docs

[Issue] Some topics need additional content

Open
#339 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
6
Forks
24
PR merge metrics
No merged PRs in 30d

Description

## How to express **single quote**

For literal value using single quote:

```
'I\'m a robot, you\'re a human.'
```

Should write on SQL query as:

```
'I''m a robot, you''re a human.'
```

## Some functions not described

- `CAST(expression AS TYPE)`
- Other new functions implemented by Arrow Datafusion

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.