MKSTRING
This page describes the MKSTRING function in Lenses SQL.
MKSTRING(anyType)Processors
SQL Studio
USE `kafka`;
SELECT
MKSTRING(tpep_dropoff_datetime),
dropoff_latitude
FROM nyc-yellow-taxi-trip
LIMIT 1;{
"value": {
"MKSTRING": "\"2016-01-01 00:11:14\"",
"dropoff_latitude": "40.865577697753906"
}
}Last updated
Was this helpful?

