Why doesn't this work

From: Barbara Woolums <barb(dot)woolums(at)ymail(dot)com>
To: "pgsql-sql(at)postgresql(dot)org" <pgsql-sql(at)postgresql(dot)org>
Subject: Why doesn't this work
Date: 2013-01-15 11:50:00
Message-ID: 1358250600.37670.YahooMailNeo@web162804.mail.bf1.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

I am running a query like so

SELECT id FROM image WHERE image='demo-harvey wallbanger.jpg'

It returns nothing

My table looks like this

"demo-820.jpg";1
"demo-lemon-mousse-1.jpg";2
"demo-pumpkinchaibars.jpg";3
"demo-Lolly-Shop.jpg";4
"demo-scan0001.jpg";5
"demo-cherry-chocolate-mousse-pie.jpg";6
"demo-harvey wallbanger.jpg
";7

 
Cheers
Barbara

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Bèrto ëd Sèra 2013-01-15 11:55:09 Re: Why doesn't this work
Previous Message Adrian Klaver 2013-01-09 16:52:04 Re: How to generate drop cascade with pg_dump