Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^4: My doubts about using fetchall_arrayref

by mpeppler (Vicar)
on Apr 03, 2013 at 04:55 UTC ( [id://1026776]=note: print w/replies, xml ) Need Help??


in reply to Re^3: My doubts about using fetchall_arrayref
in thread My doubts about using fetchall_arrayref

This is pretty off-topic, but you can indeed use column labels with spaces or other special characters, as long as they are quoted.

So

select foo as 'this is the label' from bar
is perfectly valid, and DBD::Sybase will set the column name to 'this is the label'.

Michael

Replies are listed 'Best First'.
Re^5: My doubts about using fetchall_arrayref
by CountOrlok (Friar) on Apr 03, 2013 at 05:16 UTC
    Thanks. That is good to know.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (7)
As of 2024-04-19 10:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found