Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Recalcitrant placeholders

by hippo (Bishop)
on Jul 04, 2021 at 21:21 UTC ( [id://11134635]=note: print w/replies, xml ) Need Help??


in reply to Recalcitrant placeholders

SELECT idPerson FROM Person WHERE email = 'me@examle.com' OR altEmail = 'me@example.com' ... Hardcoding the email WHERE email = 'me\@example.com' - that works!

Those email addresses are not the same.


🦛

Replies are listed 'Best First'.
Re^2: Recalcitrant placeholders
by Bod (Parson) on Jul 04, 2021 at 22:20 UTC
    WHERE email = 'me@examle.com' OR altEmail = 'me@example.com'

    That fails at compilation time saying that @example is not declared

      A copy and paste of "examle" is the correct thing to do, but it's not the same as copy and comprehend: "examle" ne "example".

      Update: ENOTENOUGHCOFFEE

      Optimising for fewest key strokes only makes sense transmitting to Pluto or beyond

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11134635]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (6)
As of 2024-04-20 00:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found