Hi,
I am running a very simple query with a where clause on a tag field as shown below, but I am not getting the expected row back.
> select "score","i_unique"::tag from "events.flow" where "i_unique" = '42422440-41124048-155896-42266768-229624-233640'
>
A measurement with the given i_unique
value does exist, because it shows up when I run
select "score","i_unique"::tag from "events.flow"
I do get the row with the specified i_unique value. Is the dashes in the value causing the problem or is my syntax itself wrong?
I also posted in stackoverflow before I found out about this community. Any help would be great. Thank You.