How do I access a property that has spaces or special characters in it? #255
-
Hi, I have a table that contains data in this format:
I want to access data inside the object indexed it would be weird if it lets me insert a data in a format that I can't query. Thanks in advance for your help! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
The docs mention quoting record ids with backticks, maybe that works and if not, its maybe something that should be added. |
Beta Was this translation helpful? Give feedback.
-
@eduardvercaemer's right, you can do a query with backtick
|
Beta Was this translation helpful? Give feedback.
@eduardvercaemer's right, you can do a query with backtick
SELECT content.`1.0` FROM projects;