maria-discuss team mailing list archive
-
maria-discuss team
-
Mailing list archive
-
Message #01445
Re: help - i'm not finding one sql function
-
To:
maria-discuss@xxxxxxxxxxxxxxxxxxx
-
From:
Reindl Harald <h.reindl@xxxxxxxxxxxxx>
-
Date:
Wed, 19 Mar 2014 16:03:01 +0100
-
In-reply-to:
<CAH3kUhE+EhT-hBOfU8PRO_e16us=9zf2_3mufcGHVMB9oAagmg@mail.gmail.com>
-
Openpgp:
id=7F780279; url=http://arrakis.thelounge.net/gpg/h.reindl_thelounge.net.pub.txt
-
Organization:
the lounge interactive design
-
User-agent:
Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0
Am 19.03.2014 15:51, schrieb Roberto Spadim:
> hi guys, i'm not finding a function to return how many character i have, for example:
>
> "banana"
>
> i want a function that return 2 "n" characters, example:
> substr_count("banana","n") => 2
>
> sorry it a begginners question, but i didn't found it in mysql/mariadb manual
that is not the job of the database server because it
can't use indexes for such things - just iterate
the result and do it in the application
Attachment:
signature.asc
Description: OpenPGP digital signature
Follow ups
References