Skip to content

Commit

Permalink
Added missing verb in documentation.
Browse files Browse the repository at this point in the history
Signed-off-by: mitchellg <mitchellg@bitquilltech.com>
  • Loading branch information
MitchellGale committed Aug 3, 2022
1 parent b122a75 commit e7b777a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user/general/datatypes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ A string can also represent and be converted to date and time types (except to i
String Data Types
=================

A string is a sequence of characters enclosed in either single or double quotes. For example, both 'text' and "text" will be treated as string literal. To use quote characters in a string literal, you can two quotes of the same type as the enclosing quotes::
A string is a sequence of characters enclosed in either single or double quotes. For example, both 'text' and "text" will be treated as string literal. To use quote characters in a string literal, you can use two quotes of the same type as the enclosing quotes::

os> SELECT 'hello', "world", '"hello"', "'world'", '''hello''', """world"""
fetched rows / total rows = 1/1
Expand Down

0 comments on commit e7b777a

Please sign in to comment.