Thanks Fabian
On 25-10-2010 17:09:27 +0200, Freddy Priyatna wrote:case matches
> Dear Arjen,
>
> Thanks. I did check the uppercase letter.
>
> With a date-type column "deliveryDays" in a table "bsbm.offer", here is the
> result
>
> - SELECT "deliveryDays" FROM bsbm.offer --> WORKS
case mismatches
> - SELECT "deliverydays" FROM bsbm.offer --> FAILS
column named 'offer.deliveryDays' doesn't exist, you probably mean
> - SELECT "offer.deliveryDays" FROM bsbm.offer --> FAILS
"offer"."deliveryDays"
this is weird, I'd expect it to match (as everything not quoted is
> - SELECT deliveryDays FROM bsbm.offer --> FAILS
lowercased, as per the standard)
idem
> - SELECT offer.deliveryDays FROM bsbm.offer --> FAILS
sort of the same as the first one.
> - SELECT offer."deliveryDays" FROM bsbm.offer ---> WORKS
offer.deliverydays should work as well.
------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
MonetDB-users mailing list
MonetDB-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/monetdb-users