When you’re navigating a VARIANT column’s JSON, any key that contains special characters (like a space) must be wrapped in double quotes, and JSON field names are case‑sensitive
SELECT SRC:customer."phone number" FROM car_sales;
SELECT src:customer."phone number" FROM car_sales;
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Billhardy
1 week, 6 days ago37ceea2
3 months ago