We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to use timestamp, for example: "what is minimum monoxide in pollution_data when time_stamp equals 2017-03-23"
"what is minimum monoxide in pollution_data when time_stamp equals 2017-03-23"
my timestamp has both time and date.
Also tried using: "what is minimum monoxide in pollution_data when extract(month from time_stamp) equals 3"
"what is minimum monoxide in pollution_data when extract(month from time_stamp) equals 3"
datatypes are:- time_stamp timestamp with time zone, monoxide double precision,
time_stamp
monoxide
P.S.: not using real names of columns and table for privacy reasons
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Unable to use timestamp, for example:
"what is minimum monoxide in pollution_data when time_stamp equals 2017-03-23"
my timestamp has both time and date.
Also tried using:
"what is minimum monoxide in pollution_data when extract(month from time_stamp) equals 3"
datatypes are:-
time_stamp
timestamp with time zone,monoxide
double precision,P.S.: not using real names of columns and table for privacy reasons
The text was updated successfully, but these errors were encountered: