Untitled

 avatar
unknown
xquery
2 years ago
410 B
2
Indexable
Table.FromRows(
    Json.Document(
        Binary.Decompress(
            Binary.FromText(
                "i45WUtJRMjZVitWJVjI2QLCNTEFsAyQ2VBykxgiJDVODpBekAigaCwA=",
                BinaryEncoding.Base64
            ),
            Compression.Deflate
        )
    ),
    let _t = ((type nullable text) meta [Serialized.Text = true])
    in type table [#"Borne inf" = _t, #"Borne supp" = _t]
)
Editor is loading...