Your basket is currently empty

Types of delimiter in SQL

The type of delimiter that surrounds each value in an SQL statement depends on the datatype of the receiving column and on the database system. Here's a quick summary:

TypeAccessSQL Server
Numericnone' or none
Text''
Date#'


Published Thursday, June 03, 2004