Commit c8a01e8
Changed files (1)
samples
samples/n_plus_q.sql
@@ -0,0 +1,5 @@
+SELECT "cakes".* FROM "cakes" LIMIT 10
+SELECT "users".* FROM "users" WHERE "users"."id" = 1117 LIMIT 1
+SELECT "users".* FROM "users" WHERE "users"."id" = 1972 LIMIT 1
+SELECT "users".* FROM "users" WHERE "users"."id" = 1973 LIMIT 1
+....
\ No newline at end of file