Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Puchaczov authored Feb 13, 2024
1 parent 8998df4 commit 0f1afb7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,12 @@ SELECT
from #can.signals('./file.dbc')
```

#### concat two columns in csv file:

```sql
SELECT Concat(Column1, Column2) as ConcatenatedColumn from #separatedvalues.csv('./file.csv', true, 0)
```

#### group by directory and show size of each directories
```sql
SELECT
Expand Down

0 comments on commit 0f1afb7

Please sign in to comment.