2017-04-07 14:19 GMT+12:00 David G. Johnston :
> On Thu, Apr 6, 2017 at 7:15 PM, Patrick B
> wrote:
>
>>
>> David,
>> That won't work.
>>
>
> Actually, it works fine, you just keep moving the under-specified problem
> space.
>
> I'd suggest creating a self-contained running example that gets y
On Thu, Apr 6, 2017 at 7:15 PM, Patrick B wrote:
>
> David,
> That won't work.
>
Actually, it works fine, you just keep moving the under-specified problem
space.
I'd suggest creating a self-contained running example that gets you close
and show what the final output should be.
David J.
On Apr 7, 2017 4:16 AM, "Patrick B" wrote:
2017-04-07 14:08 GMT+12:00 David G. Johnston :
> On Thu, Apr 6, 2017 at 6:33 PM, Patrick B
> wrote:
>
>> When actually I just want the 'main''
>>
>
> SELECT * FROM tbl WHERE path_name ~ '/main$' ?
>
> David J.
>
>
David,
That won't work.
When p
On Apr 7, 2017 4:08 AM, "David G. Johnston"
wrote:
On Thu, Apr 6, 2017 at 6:33 PM, Patrick B wrote:
> When actually I just want the 'main''
>
SELECT * FROM tbl WHERE path_name ~ '/main$' ?
David J.
Or just:
SELECT 'main';
2017-04-07 14:08 GMT+12:00 David G. Johnston :
> On Thu, Apr 6, 2017 at 6:33 PM, Patrick B
> wrote:
>
>> When actually I just want the 'main''
>>
>
> SELECT * FROM tbl WHERE path_name ~ '/main$' ?
>
> David J.
>
>
David,
That won't work.
When performing the select, I got:
/{s3bucket}/files
On Thu, Apr 6, 2017 at 6:33 PM, Patrick B wrote:
> When actually I just want the 'main''
>
SELECT * FROM tbl WHERE path_name ~ '/main$' ?
David J.
2017-04-06 18:10 GMT+12:00 Patrick B :
>
> 2017-04-06 17:35 GMT+12:00 Arjen Nienhuis :
>
>>
>>
>> On Apr 6, 2017 05:57, "Patrick B" wrote:
>>
>> Hi guys,
>>
>> i've got this column:
>>
>> path_name character varying(255)
>>>
>>
>> I store full S3 bucket path for the attachments of my application
2017-04-06 17:35 GMT+12:00 Arjen Nienhuis :
>
>
> On Apr 6, 2017 05:57, "Patrick B" wrote:
>
> Hi guys,
>
> i've got this column:
>
> path_name character varying(255)
>>
>
> I store full S3 bucket path for the attachments of my application on it;
> example:
>
> /{s3bucket}/filesuser/client/278011
On Apr 6, 2017 05:57, "Patrick B" wrote:
Hi guys,
i've got this column:
path_name character varying(255)
>
I store full S3 bucket path for the attachments of my application on it;
example:
/{s3bucket}/filesuser/client/27801123/attachment/4510/main
>
/{s3bucket}/filesuser/client/27801123/attac
Hi guys,
i've got this column:
path_name character varying(255)
>
I store full S3 bucket path for the attachments of my application on it;
example:
/{s3bucket}/filesuser/client/27801123/attachment/4510/main
>
/{s3bucket}/filesuser/client/27801123/attachment/4510/file
>
I wanna do a select, wh
10 matches
Mail list logo