blob: 5d3155c610f980e92524e5501740af4a56cb7f36 (
plain) (
blame)
1
2
3
4
5
|
/* syntax version 1 */
/* postgres can not */
/* custom error:Failed to evaluate unresolved argument: row. Did you use a column?*/
use plato;
select ListExtract(value,key) from Input;
|