Skip to contents

Replace single quote with two single quotes

Usage

quote_sql(text)

Arguments

text

Text value that needs to be cleaned

Value

Character value with SQL-escaped '

Examples