http://www.etstiles.com/?q=node/7
Oracle and the Ampersand (&)
Submitted by ets04uga on Tue, 11/06/2007 - 3:28pm.
* Ampersand
* Escape Character
* Oracle
So I was looking around and couldn't seem to find out how to insert ampersand into an Oracle XE database, outside of SQL*Plus as in the following example:
INSERT INTO TABLE (COL1) VALUE ('A & B');
Normally one might try the standard backslash('\') as an escape character. One would be wrong.
I'm not sure of every possible solution, but found a quick (and seemlingy dirty) solution where the ampersand needs to be at the end next to a single quote. The following is the current solution I am using until a betters/best approach is found:
INSERT INTO TABLE (COL1) VALUE ('A &'||' B');
Hope this helps.
分享到:
相关推荐
ampersand
【Ampersand 技术应用在PPT模板设计中的深度解析】 在现代商务和教育领域,演示文稿已经成为信息传递的重要工具,而一个精心设计的PPT模板能极大地提升演讲者的专业形象和观众的接收效果。"ampersand ppt模板.ppt" ...
这样做的原因是默认语法着色是为传统语言(例如PHP)设计的,而与号(Ampersand)则远非如此。如何使用此扩展&符:检查器一个很酷的功能是对&脚本进行语法和类型检查。 要使用此功能,您应该在工作区中进行工作。...
抽象精品ppt模板ampersand099
& 号版本在 package.json 中的"dependencies"中添加和号版本如下添加 browserify 转换:{ " name " : " some-ampersand-module " , " dependencies " : { " ampersand-version " : " ^1.0.1 " }, " browserify " : {...
& 符号演示应用程序从零到工作应用程序的指南或教程。... Ampersand Demo </ title ></ head >< body ></ body ></ html >测试服务器$ npm run server 在浏览器中打开 。
【标题】"ampersand-react:基于&yet的视频,“&”号和React项目" 提供了一个关于将React与ampersand库结合使用的框架。ampersand是Yet & Yet United公司开发的一个轻量级JavaScript库,它专注于构建复杂的、可复用...
《PyPI官网下载:ampersand-0.3.0-py3-none-any.whl——探索Python库的安装与使用》 在Python的世界里,PyPI(Python Package Index)是官方的第三方软件包仓库,它为全球的Python开发者提供了一个集中、方便的平台...
ampersand, 快速入门的最快速方法 Ampersand CLI用于构建客户端应用程序的 Ampersand.js 工具包插件的一部分。领导维护者:绘制 Fyock 。CLI背后的思想并不是解决所有的问题,而是编写所有的代码,而是为了帮助我们...
"ampersand_project_template" 是一个专门为 JavaScript 开发者设计的快速启动项目模板,它旨在帮助开发者快速构建基于 & js(可能是“ Ampersand.js”)的应用程序。Ampersand.js 是一个轻量级的库,专注于构建...
【ampersand-checkbox-view-extension: &符号复选框的扩展】 在JavaScript开发中,我们经常需要处理用户界面中的交互元素,复选框(Checkbox)是其中之一。复选框允许用户选择一个或多个选项,通常用于多选列表。...
ampersand-model, 在应用程序中,可以观察对象,用于管理状态 ampersand模型Ampersand.js 工具包插件的一部分,用于构建客户端客户端应用程序。在符号状态,ampersand模型是一个扩展,用于提供在从API中获取数据时...
捆绑在 ampersand-collection-hoodie-mixin 中以提供一个使用 Hoodie 进行存储的 ampsand 模型。 笔记! 这是一个非常早期的工作原型。 目前还没有单元测试套件。 安装 npm install ampersand-hoodie-model 例子 ...
var AmpersandHoodieCollection = require ( './ampersand-hoodie-collection' ) ; var Person = require ( './person' ) ; module . exports = AmpersandHoodieCollection . extend ( { model : Person , HOODIE...
&符号商店在您的或应用使用。... extend ( { // actions object works similar to backbone events and routes // value can be a function or a string reference to a function // on the store
灵感来自安装 npm install ampersand-drawer-view --save用法 // Soon. Look at tests for examples, for now.var View = require ( 'ampersand-view' ) ;var DrawerView = require ( 'ampersand-drawer-view' ) ;...
&标签视图选项卡式视图用法ampersand-tab-view可以像任何&amp; 视图类一样实例化: var TabView = require ( 'ampersand-tab-view' )var view = new TabView ( { ... } ) 但是,您必须提供一些参数: el :应呈现...
在本教程中,我们探索的是"react-ampersand",这是由Henrik Joretag设计的一个课程,目的是教你如何结合使用React和Ampersand.js来构建高效、人性化的JavaScript应用。React是由Facebook开发的一个JavaScript库,...