Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 272 Bytes

File metadata and controls

22 lines (15 loc) · 272 Bytes
description
This section contains reference documentation for the reverse function.

reverse

Reverse the string

Signature

REVERSE(col)

Usage Examples

select REVERSE('Pinot') AS name
FROM ignoreMe
name
toniP