Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^2: SQL Placeholders - clarification

by Bod (Parson)
on Feb 28, 2021 at 15:02 UTC ( [id://11128908]=note: print w/replies, xml ) Need Help??


in reply to Re: SQL Placeholders - clarification
in thread SQL Placeholders - clarification

I don't think I have ever found it necessary to dynamically select table names. Field names I do sometimes - usually to put a telephone number in a mobile or landline field depending on the format.

Thanks for drawing my attention to SQL::Abstract. Nice to know it is there but I cannot see me needing to use it anytime soon.

Replies are listed 'Best First'.
Re^3: SQL Placeholders - clarification
by marto (Cardinal) on Feb 28, 2021 at 16:51 UTC

    "Nice to know it is there but I cannot see me needing to use it anytime soon."

    Indeed, it's a great tool to be aware of and keep the concept of tucked away until you need it, most of the time I don't have call for it, but am grateful it's there when I do :)

      FWIW I use SQL::Abstract::More for almost every SQL statement I build. I'm better at Perl :-P


      The way forward always starts with a minimal test.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (6)
As of 2024-04-24 13:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found