The LIBNAME Statement for Relational Databases |
Default value: | NO |
Valid in: | SAS/ACCESS LIBNAME statement |
DBMS support: | MySQL |
Syntax | |
Syntax Description | |
Details | |
See Also |
Syntax |
ESCAPE_BACKSLASH=YES | NO |
specifies that an additional backslash is inserted in every literal value that already contains a backslash.
specifies that backslashes that exist in literal values are not preserved. An error results.
Details |
MySQL uses the backslash as an escape character. When data that is copied from a SAS data set to a MySQL table contains backslashes in literal values, the MySQL interface can preserve these if ESCAPE_BACKSLASH=YES.
See Also |
To apply this option to an individual data set, see the ESCAPE_BACKSLASH= Data Set Option.
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.