Return a table with column [CustomerID] with values {1, 2}, column [Name] with values {"Bob", "Jim"}, and column [Phone] with values {"123-4567", "987-6543"}.
Restore failed. Backup file was created on a server with EnableBinaryXML=%d{BLSet/} and current server is running with EnableBinaryXML=%d{CSSet/}. ...
Restore failed. Backup file was created on a server with EnableCompression=%d{BLSet/} and current server is running with ...
Restored/synchronized database '%{database/}' should already exist on target machine and must contain master datasource pointing ...
Return a table from a list of customer names in a list. Each value in the customer list item becomes a row value, and each ...
Return a table with column CustomerID with values {1, 2}, column Name with values {"Bob", "Jim"}, and column Phone with values ...
Return a table with column CustomerID with values {1, 2}, column Name with values {"Bob", "Jim"}, and column Phone with values ...
Return a table with the null values in column b filled with the value above them from the table ({[a = 1, b = 2], a = 3, ...
Return a table with the null values in column b filled with the value below them from the table ({[a = 1, b = 2], a = 3, ...
Return the names of columns of type Number.Type from the table Table.FromRecords({[a=1,b="hello"]}, type table[a=Number.Type, ...