Revision: 62963
                            
                                                            
                                    
                                        
Initial Code
                                    
                                    
                                                            
                                    
                                        
Initial URL
                                    
                                    
                                
                                                            
                                    
                                        
Initial Description
                                    
                                    
                                                            
                                    
                                        
Initial Title
                                    
                                    
                                                            
                                    
                                        
Initial Tags
                                    
                                    
                                                            
                                    
                                        
Initial Language
                                    
                                    
                                                    
                        at March 27, 2013 01:58 by alecolucci
                            
                            Initial Code
select * from table where lower(column) similar to '%(foo|bar)%';
Initial URL
Initial Description
PostgreSQL wildcard search for any of a list of words, returns true or false depending on whether its pattern matches the given string.
Initial Title
PostgreSQL wildcard search for any of a list of words
Initial Tags
query
Initial Language
SQL