# reverse

Reverse the string

## Signature

> REVERSE(col)

## Usage Examples

```sql
select REVERSE('Pinot') AS name
FROM ignoreMe
```

| name  |
| ----- |
| toniP |
