1 2 3 4 5 6
/* postgres can not */ /* syntax version 1 */ select substring(key, 1, 1) as char, substring(value, 1) as tail from plato.Input;