07-22-2019, 03:14 AM
can you please test this script that you posted?
local tInputA, tOutputA, tTableID
put cdb_userTableName() into tTableID
put empty into tInputA[tTableID]["*"]
put cdb_batchRead(tInputA,"cloud") into tOutputA
I have been trying to make this work and this doesn't seem to work.
local tInputA, tOutputA, tTableID
put cdb_userTableName() into tTableID
put empty into tInputA[tTableID]["*"]
put cdb_batchRead(tInputA,"cloud") into tOutputA
I have been trying to make this work and this doesn't seem to work.