Oracle知识点 
ps:由于是自己看的所以笔记比较乱,大家谅解CommitrollbackSql核心语句之selectSelct中要用到以下语句From语句Where语句Groupby语句Groupby来进行分组,分组的参数如果有重复的,只返回一个行值.(比如我按id分组如果记录中有两个id为1....
                            
                            
                                分类:
数据库   时间:
2014-05-19 22:37:42   
                                阅读次数:
492
                             
                    
                        
                            
                            
                                这是参数类型约束,指定T必须是Class类型。.NET支持的类型参数约束有以下五种:where T : 
struct | T必须是一个结构类型where T : class | T必须是一个Class类型where T : new() | 
T必须要有一个无参构造函数where T : NameOfB...
                            
                            
                                分类:
其他好文   时间:
2014-05-19 20:50:40   
                                阅读次数:
268
                             
                    
                        
                            
                            
                                2- You may have question marks in your head, 
especially regarding where the probabilities in the Expectation step come from. 
Please have a look at the...
                            
                            
                                分类:
其他好文   时间:
2014-05-19 11:47:33   
                                阅读次数:
312
                             
                    
                        
                            
                            
                                遇到的问题:当点击上面的logs时,会出现下面问题:这个解决方案为:By default, 
Hadoop stores the logs of each container in the node where that container was 
hosted. While this is irre...
                            
                            
                                分类:
其他好文   时间:
2014-05-19 10:33:13   
                                阅读次数:
369
                             
                    
                        
                            
                            
                                class TableInfo where T : new() { public 
TableInfo() { Type type = typeof(T); TableAttribute tableattr = ty...
                            
                            
                                分类:
其他好文   时间:
2014-05-19 09:29:01   
                                阅读次数:
210
                             
                    
                        
                            
                            
                                五、给已存在用户赋予各种权限使用ALTER ROLE 命令。ALTER ROLE 
语法:ALTER ROLE name [ [ WITH ] option [ ... ] ]where option can be: SUPERUSER | 
NOSUPERUSER | CREATEDB...
                            
                            
                                分类:
数据库   时间:
2014-05-19 08:21:11   
                                阅读次数:
731
                             
                    
                        
                            
                            
                                DB2创建function(一),介绍将function内容作为字段值,或做为一个where条件的情况。DB2创建function(二),介绍建立返回的内容为表集合。调用示例如下select 
* from table(GET_EFFECTIVE_USER_ID(21))--GET_EFFECTIVE...
                            
                            
                                分类:
数据库   时间:
2014-05-19 07:29:40   
                                阅读次数:
712
                             
                    
                        
                            
                            
                                转载:http://blog.chinaunix.net/uid-27570589-id-3771152.html今天在分析一个sql语句的时候 发现 left 
join 与where a=b(+) 产生的执行计划不一样 而且效率也是不一样的到底怎么回事 我在网上找了篇文章分享(1.)select语...
                            
                            
                                分类:
数据库   时间:
2014-05-19 07:21:19   
                                阅读次数:
503
                             
                    
                        
                            
                            
                                把下面页面封装名字为dbhelper.php 页面 1 
封装dbhelper.php调用方法,增、删、查、改 数据库里表的数据1include("dbhelper.php");2 $r = 
mysql_bind("select * from users where userName=? and pa...
                            
                            
                                分类:
数据库   时间:
2014-05-17 14:20:23   
                                阅读次数:
313
                             
                    
                        
                            
                            
                                【题目】
Given n non-negative integers a1, a2, ..., an, where each represents a point at coordinate (i, ai). n vertical lines are drawn such that the two endpoints of line i is at (i, ai) and (i, 0). Find two lines, which together with x-axis forms a contain...
                            
                            
                                分类:
其他好文   时间:
2014-05-16 01:32:47   
                                阅读次数:
406