Francisco Olarte writes:
> On Sun, Jan 24, 2016 at 7:05 PM, wrote:
>> I guess the escape character (which is not needed in, say, Notepad++) threw
>> me a bit.
> Notepad ++ is, AFAIK, an editor, it SHOULD (within reason) let you
> write any text.
> The double quote is needed due to the quoting
On Sun, Jan 24, 2016 at 7:05 PM, wrote:
> I guess the escape character (which is not needed in, say, Notepad++) threw
> me a bit.
Notepad ++ is, AFAIK, an editor, it SHOULD (within reason) let you
write any text.
The double quote is needed due to the quoting rules of the language.
You want the
Thanks David...so it's looking at each character, storing it in /1, then
comparing the "next" character with what is in /1.
I guess the escape character (which is not needed in, say, Notepad++) threw
me a bit.
On Sun, Jan 24, 2016 at 2:32 AM, David Rowley
wrote:
> On 24 January 2016 at 12:44, Go
On 24 January 2016 at 12:44, Govind Chettiar wrote:
> I have a simple table consisting of a bunch of English words. I am trying
> to find words that have repeated characters in them, for example
> apple
> tattoo
>
> but not
>
> orange
> lemon
>
> I know that only a maximum of one repetition can o
I have a simple table consisting of a bunch of English words. I am trying
to find words that have repeated characters in them, for example
apple
tattoo
but not
orange
lemon
I know that only a maximum of one repetition can occur
I tried various options like
SELECT word FROM public."SpellItWord