Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Retrieving column names from SQL with DBI

by perlfan (Vicar)
on Sep 28, 2020 at 01:02 UTC ( [id://11122278]=note: print w/replies, xml ) Need Help??


in reply to Retrieving column names from SQL with DBI

Most DBs provide introspection via SQL, for example MySQL/MariaBD's SHOW command. I know in this particular cast, this represents maybe an additional and unnecessary call. But in the future it's good to know this is exposed via SQL and therefore available to you via DBI just like any other SQL.
  • Comment on Re: Retrieving column names from SQL with DBI

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (6)
As of 2024-04-19 07:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found