Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Access column in query with special character?

I'm invoking a stored procedure from ColdFusion code that returns a column with the column name "My Column ™".

How can I access this field...? Something like:

myQuery["My Column ™"]

But I can't figure out the correct syntax. Can this be done?

like image 811
froadie Avatar asked Jan 24 '26 01:01

froadie


1 Answers

Try this:

 myQuery["My Column #chr(8482)#"][CurrentRow]
like image 114
Steve Bryant Avatar answered Jan 27 '26 01:01

Steve Bryant



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!