Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,10 @@ SELECT
[d].[Id],
[d].[Text]
FROM
(
SELECT DISTINCT
[Item1].[Id]
FROM
[Names] [Item1]
) [m_1]
[Names] [m_1]
INNER JOIN [Addresses] [d] ON ([m_1].[Id] = [d].[Id])
ORDER BY
[m_1].[Id]

BeforeExecute
-- Access.Ace.Odbc AccessODBC (asynchronously)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,10 @@ SELECT
[d].[Id],
[d].[Text]
FROM
(
SELECT DISTINCT
[Item1].[Id]
FROM
[Names] [Item1]
) [m_1]
[Names] [m_1]
INNER JOIN [Addresses] [d] ON ([m_1].[Id] = [d].[Id])
ORDER BY
[m_1].[Id]

BeforeExecute
DisposeTransaction
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,33 +9,26 @@ BeforeExecute
CREATE TABLE [TestTable]
(
[Id] Int NOT NULL,
[Value] Int NOT NULL
[Value] Int NOT NULL,

CONSTRAINT [PK_TestTable] PRIMARY KEY CLUSTERED ([Id])
)

BeforeExecute
-- Access.Ace.Odbc AccessODBC

SELECT
[sub].[Id_1],
[sub].[Value_1],
[sub].[Id],
[sub].[Value_2],
[t3].[Id],
[t3].[Value]
[t1].[Id],
[t1].[Value],
[t2].[Id],
[t2].[Value],
[t2].[Id],
[t2].[Value]
FROM
(
SELECT
[t2].[Id],
[t1].[Id] as [Id_1],
[t1].[Value] as [Value_1],
[t2].[Value] as [Value_2]
FROM
[TestTable] [t1],
[TestTable] [t2]
) [sub]
INNER JOIN [TestTable] [t3] ON ([sub].[Id] = [t3].[Id])
[TestTable] [t1],
[TestTable] [t2]
WHERE
[sub].[Id_1] = [sub].[Id]
[t1].[Id] = [t2].[Id]

BeforeExecute
-- Access.Ace.Odbc AccessODBC
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ BeforeExecute
CREATE TABLE [TestTable]
(
[Id] Int NOT NULL,
[Value] Int NOT NULL
[Value] Int NOT NULL,

CONSTRAINT [PK_TestTable] PRIMARY KEY CLUSTERED ([Id])
)

BeforeExecute
Expand All @@ -18,14 +20,12 @@ BeforeExecute
SELECT
[t1].[Id],
[t1].[Value],
[t2].[Id],
[t2].[Value],
[t3].[Id],
[t3].[Value]
[t1].[Id],
[t1].[Value],
[t1].[Id],
[t1].[Value]
FROM
([TestTable] [t1]
INNER JOIN [TestTable] [t2] ON ([t1].[Id] = [t2].[Id]))
INNER JOIN [TestTable] [t3] ON ([t2].[Id] = [t3].[Id])
[TestTable] [t1]

BeforeExecute
-- Access.Ace.Odbc AccessODBC
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,33 +9,26 @@ BeforeExecute
CREATE TABLE [TestTable]
(
[Id] Int NOT NULL,
[Value] Int NOT NULL
[Value] Int NOT NULL,

CONSTRAINT [PK_TestTable] PRIMARY KEY CLUSTERED ([Id])
)

BeforeExecute
-- Access.Ace.Odbc AccessODBC

SELECT
[sub].[Id_1],
[sub].[Value_1],
[sub].[Id],
[sub].[Value_2],
[t3].[Id],
[t3].[Value]
[t1].[Id],
[t1].[Value],
[t2].[Id],
[t2].[Value],
[t2].[Id],
[t2].[Value]
FROM
(
SELECT
[t2].[Id],
[t1].[Id] as [Id_1],
[t1].[Value] as [Value_1],
[t2].[Value] as [Value_2]
FROM
[TestTable] [t1],
[TestTable] [t2]
) [sub]
INNER JOIN [TestTable] [t3] ON ([sub].[Id] = [t3].[Id])
[TestTable] [t1],
[TestTable] [t2]
WHERE
[sub].[Id_1] = [sub].[Id]
[t1].[Id] = [t2].[Id]

BeforeExecute
-- Access.Ace.Odbc AccessODBC
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,33 +9,26 @@ BeforeExecute
CREATE TABLE [TestTable]
(
[Id] Int NOT NULL,
[Value] Int NOT NULL
[Value] Int NOT NULL,

CONSTRAINT [PK_TestTable] PRIMARY KEY CLUSTERED ([Id])
)

BeforeExecute
-- Access.Ace.Odbc AccessODBC

SELECT
[sub].[Id_1],
[sub].[Value_1],
[sub].[Id],
[sub].[Value_2],
[t3].[Id],
[t3].[Value]
[t1].[Id],
[t1].[Value],
[t2].[Id],
[t2].[Value],
[t2].[Id],
[t2].[Value]
FROM
(
SELECT
[t2].[Id],
[t1].[Id] as [Id_1],
[t1].[Value] as [Value_1],
[t2].[Value] as [Value_2]
FROM
[TestTable] [t1],
[TestTable] [t2]
) [sub]
INNER JOIN [TestTable] [t3] ON ([sub].[Id] = [t3].[Id])
[TestTable] [t1],
[TestTable] [t2]
WHERE
[sub].[Id_1] = [sub].[Id]
[t1].[Id] = [t2].[Id]

BeforeExecute
-- Access.Ace.Odbc AccessODBC
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,33 +9,26 @@ BeforeExecute
CREATE TABLE [TestTable]
(
[Id] Int NOT NULL,
[Value] Int NOT NULL
[Value] Int NOT NULL,

CONSTRAINT [PK_TestTable] PRIMARY KEY CLUSTERED ([Id])
)

BeforeExecute
-- Access.Ace.Odbc AccessODBC

SELECT
[sub].[Id_1],
[sub].[Value_1],
[sub].[Id],
[sub].[Value_2],
[t3].[Id],
[t3].[Value]
[t1].[Id],
[t1].[Value],
[t2].[Id],
[t2].[Value],
[t2].[Id],
[t2].[Value]
FROM
(
SELECT
[t2].[Id],
[t1].[Id] as [Id_1],
[t1].[Value] as [Value_1],
[t2].[Value] as [Value_2]
FROM
[TestTable] [t1],
[TestTable] [t2]
) [sub]
INNER JOIN [TestTable] [t3] ON ([sub].[Id] = [t3].[Id])
[TestTable] [t1],
[TestTable] [t2]
WHERE
[sub].[Id_1] = [sub].[Id]
[t1].[Id] = [t2].[Id]

BeforeExecute
-- Access.Ace.Odbc AccessODBC
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,10 @@ SELECT
[d].[Id],
[d].[Text]
FROM
(
SELECT DISTINCT
[Item1].[Id]
FROM
[Names] [Item1]
) [m_1]
[Names] [m_1]
INNER JOIN [Addresses] [d] ON ([m_1].[Id] = [d].[Id])
ORDER BY
[m_1].[Id]

BeforeExecute
-- Access.Ace.OleDb AccessOleDb (asynchronously)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,10 @@ SELECT
[d].[Id],
[d].[Text]
FROM
(
SELECT DISTINCT
[Item1].[Id]
FROM
[Names] [Item1]
) [m_1]
[Names] [m_1]
INNER JOIN [Addresses] [d] ON ([m_1].[Id] = [d].[Id])
ORDER BY
[m_1].[Id]

BeforeExecute
DisposeTransaction
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,33 +9,26 @@ BeforeExecute
CREATE TABLE [TestTable]
(
[Id] Int NOT NULL,
[Value] Int NOT NULL
[Value] Int NOT NULL,

CONSTRAINT [PK_TestTable] PRIMARY KEY CLUSTERED ([Id])
)

BeforeExecute
-- Access.Ace.OleDb AccessOleDb

SELECT
[sub].[Id_1],
[sub].[Value_1],
[sub].[Id],
[sub].[Value_2],
[t3].[Id],
[t3].[Value]
[t1].[Id],
[t1].[Value],
[t2].[Id],
[t2].[Value],
[t2].[Id],
[t2].[Value]
FROM
(
SELECT
[t2].[Id],
[t1].[Id] as [Id_1],
[t1].[Value] as [Value_1],
[t2].[Value] as [Value_2]
FROM
[TestTable] [t1],
[TestTable] [t2]
) [sub]
INNER JOIN [TestTable] [t3] ON ([sub].[Id] = [t3].[Id])
[TestTable] [t1],
[TestTable] [t2]
WHERE
[sub].[Id_1] = [sub].[Id]
[t1].[Id] = [t2].[Id]

BeforeExecute
-- Access.Ace.OleDb AccessOleDb
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ BeforeExecute
CREATE TABLE [TestTable]
(
[Id] Int NOT NULL,
[Value] Int NOT NULL
[Value] Int NOT NULL,

CONSTRAINT [PK_TestTable] PRIMARY KEY CLUSTERED ([Id])
)

BeforeExecute
Expand All @@ -18,14 +20,12 @@ BeforeExecute
SELECT
[t1].[Id],
[t1].[Value],
[t2].[Id],
[t2].[Value],
[t3].[Id],
[t3].[Value]
[t1].[Id],
[t1].[Value],
[t1].[Id],
[t1].[Value]
FROM
([TestTable] [t1]
INNER JOIN [TestTable] [t2] ON ([t1].[Id] = [t2].[Id]))
INNER JOIN [TestTable] [t3] ON ([t2].[Id] = [t3].[Id])
[TestTable] [t1]

BeforeExecute
-- Access.Ace.OleDb AccessOleDb
Expand Down
Loading