| 12345678910111213141516171819202122232425262728293031 | [[esql-row]]=== `ROW`The `ROW` source command produces a row with one or more columns with valuesthat you specify. This can be useful for testing.[source,esql]----include::{esql-specs}/row.csv-spec[tag=example]----Which looks like:[%header,format=dsv,separator=|]|===include::{esql-specs}/row.csv-spec[tag=example-result]|===Use square brackets to create multi-value columns:[source,esql]----include::{esql-specs}/row.csv-spec[tag=multivalue]----`ROW` supports the use of <<esql-functions,functions>>:[source,esql]----include::{esql-specs}/row.csv-spec[tag=function]----
 |