CIS 363 MySQL
Chapter 10 SQL Expressions Chapter 11 Updating Data
Ch.10 SQL Expressions
Expressions are a common element of SQL statements, and they occur in many contexts. Terms of expressions consist of Constants (literal numbers, strings, dates, and times), NULL values, References to table columns Function calls.
Ch.10 SQL Expressions
Here are some examples of expressions:
mysql> SELECT Name, Population FROM Country; (reference to table columns) mysql> SELECT 14, 0312.82, 4.32E-03, 'I am a string'; (literal values and a string value)
mysql> SELECT CURDATE(), VERSION(); (functions)
Ch.10 SQL Expressions
Combination example:
mysql> SELECT name, TRUNCATE(population/surfaceArea, 2) As 'People/sq. km', IF (GNP > GNPOld, 'Increasing', 'Not Increasing') As 'GNP Trend' FROM Country ORDER BY Name LIMIT 10;
Table columns: Name, Population, SurfaceArea, GNP, and GNPGOLD. Literal values: 'Increasing', 'Not increading' and column aliases are all string constants. Functions: TRUNCATE() and IF()
Ch.10 SQL Expressions
Numeric Expressions
Numbers can be exact-values (Integer and Decimal data type) or approximate-value literals (Float or Double data type). BOOLEAN Result: 1=Yes, 0=No.
mysql> SELECT 1.1 + 2.2 = 3.3, 1.1E0 + 2.2E0 = 3.3E0;
If you mix numbers and strings, mysql will attempt a string>number conversion.
mysql> SELECT 1+'1', 1 = '1';
Ch.10 SQL Expressions
String Expressions
Literal string in expressions are written as quoted values. The data type for representing strings in tables include CHAR, VARCHAR, BINCHAR, VARBINARY, and the TEXT and BLOB types. The usual comparison operators apply to string values (=, , SELECT CONCAT('abc', 'def', REPEAT('X',3));
Ch.10 SQL Expressions
|| operator is usually a logical OR, but under ANSI SQL it s/b Concatenation.
mysql> SELECT 'abc' || 'def'; (perform a logical OR operation)
mysql> SET sql_mode='PIPES_AS_CONCAT';
- headofstate > TRUNCATE(population/surfaceArea
-
TRUNCATE(population/surfaceArea
下载该文档 文档格式:PDF 更新时间:2011-02-01 下载次数:0 点击次数:1文档基本属性 文档语言: Simplified Chinese 文档格式: pdf 文档作者: MS User 关键词: 主题: 备注: 点击这里显示更多文档属性 经理: 单位: MS User 分类: 创建时间: 上次保存者: 修订次数: 编辑时间: 文档创建者: 修订: 加密标识: 幻灯片: 段落数: 字节数: 备注: 演示格式: 上次保存时间:
- 下载地址 (推荐使用迅雷下载地址,速度快,支持断点续传)
- PDF格式下载
- 更多文档...
-
上一篇:state-of-the-art
下一篇:heart做贼心虚
点击查看更多关于headofstate的相关文档
- 您可能感兴趣的
- headofline headof attheheadof getoutofmyhead outofmyhead headofcattle theheadof headoutof headofgovernment headofdepartment
- 大家在找
-
- · 柴油机的生产工艺
- · 免费下载磁现象课件
- · 烟机设备竞赛理论试卷
- · 帅哥窝军人帅哥打飞机
- · 毕业论文选题目的
- · 2010年考研
- · 廉洁修身作文600字
- · 硬盘检测工具
- · 中职哲学与人生课件
- · 武逆乾坤贴吧百度
- · 济南的冬天课后题
- · cf版伤不起歌词
- · 写我和书的故事的作文
- · 苏州精雕机
- · 菲利普公司的战略计划案例分析及答案
- · 轴加工工艺流程
- · 素描静物写生教案
- · 厦门就业培训中心
- · 蚌埠朝阳医院法人代表
- · 褩袆路胁袣袪碌楔袧褬褢携袟械掳卸
- · 中油管道投产运行公司
- · 大灾变4.1鲜血dkt天赋
- · 卡特320d挖掘机自重
- · 宫锁心玉第3部全集
- · cad2010激活序列号
- · knd数控系统
- · 设计对心曲柄滑块机构
- · dnf乌龟是什么图
- · 班组安全生产管理制度
- · cad图案填充步骤
- 赞助商链接