blob: 97d2b56b77a65b20f8f4c97702b17cb9aeb8066b (
plain) (
blame)
1
2
3
4
5
6
|
/* postgres can not */
USE plato;
SELECT key, subkey FROM CONCAT(Input1, Input1) ORDER BY key, subkey;
SELECT key, subkey FROM CONCAT(Input1, Input2) ORDER BY key, subkey;
|