[Issue] Some topics need additional content
Open
- 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.