搜索资源列表
db_sqlsyntax
- SQL基础 使用SQL从表中取记录 使用ISQL执行SELECT查询 操作多个表 排序查询结果 取出互不相同的记录 创建新表 使用SQL事务管理器 创建索引 SQL核心语句 集合函数 其它常用的SQL表达式,函数,和过程-basis using SQL from SQL tables using records from ISQL implementation of a number of operational SELECT query result
oracle_fun
- oracle中常用函数说明. SQL中的单记录函数 1.ASCII 返回与指定的字符对应的十进制数 SQL> select ascii( A ) A,ascii( a ) a,ascii( 0 ) zero,ascii( ) space from dual A A ZERO SPACE --------- --------- --------- --------- 65 97 48 32 2.CHR 给出整数,返回对应的字符 SQL>
