Quote:
Originally Posted by ChronoGrl
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.