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
POST /_query
{
"query":"from employees | stats foo = min(emp_no), bar = count_distinct(emp_no) | rename bar AS bug_here, foo AS baz, baz AS bug_here | eval bug_here = \"something\""
}
With test dataset
The text was updated successfully, but these errors were encountered: