diff --git a/src/team4.cs b/src/team4.cs index a08c679..299a9bc 100644 --- a/src/team4.cs +++ b/src/team4.cs @@ -223,7 +223,7 @@ namespace Team4 using (var command = conn.CreateCommand()) { command.CommandText = @" - SELECT author.ID + SELECT * FROM Authors author WHERE author.ID = @aid;"; command.Parameters.AddWithValue("@aid", authorID);