Tuesday 25 May 2021

How to include a single quote in a SQL query

INSERT SINGLE QUOTE IN SQL


This post explains how to insert a single quote in data/text/string.

It can be inserted by placing the single quotes in between a pair of single quotes.

This is compatible with all the databases like SnowflakeTeradata, Mysql, Postgresql, Oracle, PLSQL, Amazon Redshift.

Below is an example of how to include/ insert a single quote in SQL.

Insert single quote in a SQL data or text or string
Insert a single quote in a SQL


Read More :

No comments:

Post a Comment