View Single Post
  #430  
Old 05-06-2010, 10:59 AM
missmacabre's Avatar
missmacabre missmacabre is offline
Evil Dead
 
Join Date: Feb 2007
Location: Canada
Posts: 4,581
Send a message via MSN to missmacabre
Quote:
Originally Posted by ChronoGrl View Post
Yes! Yes! YES! We actually need a Data Quality Analyst... You'd be working VERY closely with SQL and our Marketing Database. PLUS you can say you're on the MARKET INTELLIGENCE TEAM... And work with ME... Want to move to Massachusetts? ;)


When we had the crossword puzzle I wanted SO BADLY to be able to query against the IMDB database to find titles where I only knew some of the letters...

Select *
from dbo.imdb.movies
where movie_name like '_a_____s'

I was SO FRUSTRATED that I couldn't get Google to do that...
i think google should work on that, but it would probably bring up a ton of security flaws if you can search specifically within a sites database like that. They have boolean operators though, that's close.
__________________