You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> create database math
> use math
Using database math
> insert mul a=1,b=2
> select * from mul
name: mul
---------
time a b
2015-09-21T12:17:36.377625368Z 1 2
> select a*b as c from mul
ERR: Get http://localhost:8086/query?db=math&q=select+a%2Ab+as+c+from+mul: EOF
stack trace:
The text was updated successfully, but these errors were encountered: