SQL Escape Single Quote-How To Do?
Introduction In SQL , sometimes it is needed to use Single Quote in Strings and it comes rather confusing for new users in managing that ordeal.In this article we will focus on how can we use single quote in strings. How to escape single quote (‘) ? In SQL, if you want to use single …