sqlite 3.3.8 支持加密的版本

源代码在线查看: lang_replace.html

软件大小: 1794 K
上传用户: kuaile13y
关键词: sqlite 加密 版本
下载地址: 免注册下载 普通下载 VIP

相关代码

				
				  
				    
				    REPLACE
				     
				     
				     
				  
				  
				    
				    
				    
				    
				    
				    
				    
				    
				    
				    
				    
				      
				        
				          
				            REPLACE 
				        
				        
				          
				            SQLite Language Reference Documentation
				          
				        
				        
				          
				            See Also
				            Example
				          
				        
				     
				      
				        
				          
				            
				              
				              
											Collapse All
										
				              
											Expand All
										
				            
				          
				        
				      
				    
				    
				    
				      
				        SQL As Understood By SQLite
				      
				        REPLACE
				      
				        
				          
				            
				              sql-statement ::=
				            
				              REPLACE INTO [				                color="#ff3434">database-name .]				                  color="#2c2cf0"> table-name				                    color="#2c2cf0"> [( 
				              column-list )]				                color="#2c2cf0"> VALUES ( value-list				                  color="#2c2cf0"> ) |
				                    REPLACE INTO [database-name				                      color="#2c2cf0"> .] 
				              table-name 
				              [( column-list				                color="#2c2cf0"> )] 
				              select-statement
				          
				        
				      
				      
				        The REPLACE command is an alias for the "INSERT OR REPLACE" variant of the 
				          INSERT command. This alias is provided for compatibility with MySQL. See the
				        INSERT command documentation for additional information.
				      
				      
				         
				      
				        
				           
				        
				        
				      
				    
				    
				  
				
							

相关资源