On Wed, Jul 06, 2022 at 11:40:22AM +0200, Peter Eisentraut wrote:
> On 06.07.22 11:31, Stefan Froehlich wrote:
> >I have a database returing these result sets for two almost
> >identical queries:
> >
> >#v+
> >$ select id, pid, length(pid), md5(pid) from product where pid like
> >'800';
> >(1
On 06.07.22 11:31, Stefan Froehlich wrote:
I have a database returing these result sets for two almost
identical queries:
#v+
$ select id, pid, length(pid), md5(pid) from product where pid like '800';
id | pid | length | md5
--+-++--
I have a database returing these result sets for two almost
identical queries:
#v+
$ select id, pid, length(pid), md5(pid) from product where pid like '800';
id | pid | length | md5
--+-++--
3594 | 800 | 7 | 60