码迷,mamicode.com
首页 >  
搜索关键字:column    ( 6576个结果
通达OA mysql在表的某一位置增加一列的命令写成程序判断的问题
本来要写一个文档,中间用程序判断某列是否存在,不存在的话则添加,存在就不处理直接显示一个结果就可以,写的程序如下:if  exists ( select * from information_schema.columns where table_name = "flow_process" and column_name ="X_test2"  AND table_schema = 'TD_OA' ...
分类:数据库   时间:2015-01-26 19:24:16    阅读次数:163
[翻译] ASFTableView
ASFTableViewA customizable Web like multi column table view for iOS with header and inner rows.一个类似于网络表格样式的tableView,cell中内置了不同的列.USAGE(使用):#import "A...
分类:其他好文   时间:2015-01-25 20:52:39    阅读次数:146
[Hive - LanguageManual] Select base use
Select SyntaxWHERE ClauseALL and DISTINCT ClausesPartition Based QueriesHAVING ClauseLIMIT ClauseREGEX Column SpecificationMore Select SyntaxGROUP BYS...
分类:其他好文   时间:2015-01-25 20:50:31    阅读次数:289
[Hive - LanguageManual] Describe
DescribeDescribe DatabaseDescribe Table/View/ColumnDisplay Column StatisticsDescribe PartitionDescribe DatabaseVersion informationIconAs of Hive 0.7.D...
分类:其他好文   时间:2015-01-24 22:34:56    阅读次数:519
leetcode 【 Set Matrix Zeroes 】python 实现
题目:Given amxnmatrix, if an element is 0, set its entire row and column to 0. Do it in place.click to show follow up.Follow up:Did you use extra space?...
分类:编程语言   时间:2015-01-24 21:12:54    阅读次数:192
Sql获取数据表字段说明
SELECT Sysobjects.name AS TABLE_NAME , syscolumns.Id , syscolumns.name AS COLUMN_NAME , systypes.name AS DATA_TYPE , sysc...
分类:数据库   时间:2015-01-24 13:00:53    阅读次数:220
SQL笔记-第一章,数据库入门
DBMS的分类DB2、Oracle、Microsoft SQL Server、Sybase SQLServer、Informix、MySQL数据库的结构元素库 database表 table列 column数据类型 datatype记录 record主键 primarykey索引 index表关联S...
分类:数据库   时间:2015-01-24 10:13:37    阅读次数:145
Linux /awk/ Usage
Linux awk UsageLinux awk UsageTable of Contents1. Sum a specific column:2. Sum the columns of the lines with additional conditions(starting with 7):3....
分类:系统相关   时间:2015-01-23 22:46:35    阅读次数:156
LeetCode - Excel Sheet Column Title
Excel Sheet Column Title2015.1.23 17:20Given a positive integer, return its corresponding column title as appear in an Excel sheet.For example: 1 -...
分类:其他好文   时间:2015-01-23 19:49:35    阅读次数:144
LeetCode - Excel Sheet Column Number
Excel Sheet Column Number2015.1.23 17:54Related to questionExcel Sheet Column TitleGiven a column title as appear in an Excel sheet, return its corres...
分类:其他好文   时间:2015-01-23 19:44:00    阅读次数:187
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!