Hi,
I have timestamp fields where I want to convert this timestamp to long i,e milliseconds
GET /_sql
{
"query":"select "2017-11-13T13:51:00.000Z" as date from employee "
}
here I want the timestamp "2017-11-13T13:51:00.000Z" to 510561260000 value