Re: Help me plz

From: Kotadiya Dhrupesh <kotadiyadhrupesh(at)gmail(dot)com>
To: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
Cc: "pgsql-bugs(at)postgresql(dot)org" <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: Help me plz
Date: 2017-11-11 10:56:09
Message-ID: CAOKJcHCO2gAb2iuG_Sfb5rst-isna5MzezDfi0-9sc26hxYvRA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hello,

Thanks for update.

v2=# select id,name,create_date from res_partner where supplier =False and
customer=True and create_date::date <='20116-06-30' order by id desc limit 2
;
id | name | create_date
----------+----------------+----------------------------
13845945 | Faryal Ahmed | 2017-11-09 13:47:28.063494
13845944 | Ahmad Alghamdi | 2017-11-09 13:47:22.831375
(2 rows)

Please look above query.

Thanks,

Regards,
-----------------------------------------------------------------------------
----------------------------------------------
<https://pbs.twimg.com/profile_images/593124869216145408/xR_yzknH.jpg>
Dhrupesh Kotadiya
Sr. Odoo Developer

<https://www.linkedin.com/in/dhrupesh-kotadiya-99a20a61>

*Cell*: +91-97270 50349

Skype: dhrupesh.kotadiya
Twitter : KDhrupesh

-----------------------------------------------------------------------------
-----------------------------------------------

On Thu, Nov 9, 2017 at 7:11 PM, Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
wrote:

> Hi
>
> 2017-11-09 15:13 GMT+01:00 Kotadiya Dhrupesh <kotadiyadhrupesh(at)gmail(dot)com>:
>
>> Hello,
>>
>> I have got following output when run query in postgress.
>>
>> v2=# select id,name,create_date from res_partner where supplier =False
>> and customer=True order by id desc limit 2
>> ;
>> id | name | create_date
>> ----------+---------------+----------------------------
>> 13845976 | Ruth Acuna | 2017-11-09 13:48:38.755767
>> 13845975 | Jenny ramirez | 2017-11-09 13:48:38.755767
>> (2 rows)
>>
>>
>>
> It is not a bug. Please, use mailing list pgsql-general instead.
>
> What is wrong there? Looks ok
>
> Regards
>
> Pavel
>
>
>
>
>> Please help me
>>
>> Regards,
>> ------------------------------------------------------------
>> ---------------------------------------------------------------
>> <https://pbs.twimg.com/profile_images/593124869216145408/xR_yzknH.jpg>
>> Dhrupesh Kotadiya
>> Sr. Odoo Developer
>>
>>
>> <https://www.linkedin.com/in/dhrupesh-kotadiya-99a20a61>
>>
>> *Cell*: +91-97270 50349 <+91%2097270%2050349>
>>
>> Skype: dhrupesh.kotadiya
>> Twitter : KDhrupesh
>>
>> ------------------------------------------------------------
>> ----------------------------------------------------------------
>>
>
>

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Marko Tiikkaja 2017-11-11 12:05:33 Re: BUG #14870: wrong query results when using WITH with UPDATE
Previous Message Dmitry Dolgov 2017-11-11 10:34:09 Re: BUG #14897: Segfault on statitics SQL request