sqlboiler/boil/_fixtures/08.sql

1 line
104 B
MySQL
Raw Normal View History

2016-08-12 19:28:46 +02:00
SELECT * FROM "a" WHERE (a=$1 or b=$2) AND (c=$3) GROUP BY id, name HAVING id <> ?, length(name, ?) > ?;