| Login 
 
 
 
 
 Latest Code Ticker for SQL
 
 Daily Code Email
 
 
 
 
 
 | 
 | Search 'Ask a SQL Pro' Discussion Forum 
 
 
 The search engine allows queries to be formed from
		arbitrary Boolean expressions containing the keywords AND and OR, 
		and grouped with parentheses. For example: 
			
				information "retrieval science"finds documents containing both 'information' and
					'retrieval science'
 
information and retrievalsame as above
 
information or retrievalfinds documents containing 'information' OR
					'retrieval science'
 
web*finds documents containing words starting with 'web'
 
 
 
 
 |