Show keys issue need help

Any idea what is wrong in this query.

> show field keys  from  "E:APPL"
>
> show field keys
name: E:AAPL
fieldKey               fieldType
--------               ---------
ask-price              integer
ask-size               integer
bid-price              integer
bid-size               integer
close-date             integer
close-price            integer

why no rows for the measurement specific query ? server 1.4 client cli 1.3

Hi!

It looks like there’s a typo in your example. In the second, you have AAPL, but in the first, you have APPL.

Try:
show field keys from “E:AAPL”

1 Like