sql`SELECT 1 FROM test WHERE a = ${true} AND b = ${undefined} AND c = {1}`
SELECT 1 FROM test WHERE a = $1 AND b = AND c = $2;