Hello!
I have a table with a column called "Lesson_Names", varchar type.
The following query :
"SELECT Lesson_Id FROM Lesson_Names WHERE Lesson_Name='LA TIN_2A' "
returns 2 IDs instead of 1 ( the IDs of "LATIN_2A" and of "LATIN_2B" ) .
Is there something i am doing wrong?
Thank you in advance ,
Elias
I have a table with a column called "Lesson_Names", varchar type.
The following query :
"SELECT Lesson_Id FROM Lesson_Names WHERE Lesson_Name='LA TIN_2A' "
returns 2 IDs instead of 1 ( the IDs of "LATIN_2A" and of "LATIN_2B" ) .
Is there something i am doing wrong?
Thank you in advance ,
Elias
Comment