Skip to content Skip to sidebar Skip to footer

Two Inner Joins In Oledb Sql Query

I'm trying to make an SQL query with an OleDbCommand into an Access database (.accdb). While this command works fine (in a OleDbCommand.ExecuteReader()): string command =

Solution 1:

"For multi-table joins, you have to nest the extra joins in brackets:"

SQL multiple join statement

Post a Comment for "Two Inner Joins In Oledb Sql Query"