Is the double dollar sign ($$) quotation method in SQL standard?
0
votes
1
answer
5894
views
In PostgreSQL, strings can be quoted very flexibly using a pair of dollar signs (
$
) with a tag in between. For example,
SELECT $f$ Hi $f$;
*Is this quoting mechanism a part of any SQL standard, or is it postgres specific?*
Asked by tinlyx
(3820 rep)
Dec 11, 2019, 12:41 AM
Last activity: Nov 15, 2022, 01:13 PM
Last activity: Nov 15, 2022, 01:13 PM