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

Re: Generate SQL Query, SQL::Abstract?

by haukex (Archbishop)
on Mar 16, 2020 at 12:12 UTC ( [id://11114339]=note: print w/replies, xml ) Need Help??


in reply to Generate SQL Query, SQL::Abstract?

It seems like you've got a custom format that you won't be able to use directly with SQL::Abstract, or SQL::Abstract::FromQuery and so on. That means you'll have to transform your input data anyway, whether you transform it to Perl data structures for use in those modules, or you transform it directly to SQL strings. If you do happen to choose the latter, then remember to always use DBI's quote, quote_identifier, and placeholders!

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (3)
As of 2024-04-16 23:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found