in reply to Re^2: Explain SQL statement
in thread Explain SQL statement
It returns the same set of results once for each key in %expal. You pass a value to execute, but there are no placeholders in the query to receive the value.
If you change AND NUMALL IN (".join(',',keys %pal).") to AND NUMALL = ?, the select will return only the rows where NUMALL is that value in each pass.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Explain SQL statement
by Anonymous Monk on May 26, 2004 at 14:06 UTC | |
by herveus (Prior) on May 26, 2004 at 14:08 UTC | |
by Anonymous Monk on May 26, 2004 at 14:58 UTC | |
|
Re^4: Explain SQL statement
by Anonymous Monk on May 26, 2004 at 14:29 UTC |