If I run this query:
select objectid,defaulttermsofpayment from prototype.customers
where
objectid = '336A0451-D9E8-7C11-6333-C17DF18E8979'
I get the following answer:
"336A0451-D9E8-7C11-6333-C17DF18E8979";"null"
If I run this query I get *no* results:
select objectid,defaulttermsofpayment
"Joost Kraaijeveld" <[EMAIL PROTECTED]> wrote
>
> select objectid,defaulttermsofpayment from prototype.customers
> where
> objectid = '336A0451-D9E8-7C11-6333-C17DF18E8979'
>
> I get the following answer:
>
> "336A0451-D9E8-7C11-6333-C17DF18E8979";"null"
>
test=# create table m (c1 char(10), c2 c
Joost Kraaijeveld <[EMAIL PROTECTED]> writes:
> If I run this query:
> select objectid,defaulttermsofpayment from prototype.customers
> where
> objectid = '336A0451-D9E8-7C11-6333-C17DF18E8979'
> I get the following answer:
> "336A0451-D9E8-7C11-6333-C17DF18E8979";"null"
> If I run this query