~drizzle-trunk/drizzle/development

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