~ubuntu-branches/ubuntu/saucy/drizzle/saucy-proposed

1
2
3
4
5
6
# Test CONCAT operator
SELECT "foo" || "dog";
SELECT "1" || "2";
SELECT 1 || 2;

SELECT "this" || "dog" || "does" || "not" || "hunt";