mirror of https://github.com/apache/activemq.git
Fix SQL statement.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@366203 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ab1d1afc1c
commit
71bd33d3ec
|
@ -111,7 +111,7 @@ public class DefaultStatementProvider implements StatementProvider {
|
|||
|
||||
public String getFindAllDurableSubsStatment() {
|
||||
return "SELECT SELECTOR, SUB_NAME, CLIENT_ID" +
|
||||
"FROM "+getTablePrefix()+durableSubAcksTableName+
|
||||
" FROM "+getTablePrefix()+durableSubAcksTableName+
|
||||
" WHERE CONTAINER=?";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue