Closed boozec closed 2 years ago
Hi all :wave: Similarly to escape the table name in the SELECT command query, here we escape the table name with apostrophes. In fact, to_json() raised a "Syntax error" for table that uses a keyword as its name.
to_json()
An example is a table named order.
order
Hi all :wave: Similarly to escape the table name in the SELECT command query, here we escape the table name with apostrophes. In fact,
to_json()
raised a "Syntax error" for table that uses a keyword as its name.An example is a table named
order
.