Не более одной записи может быть возвращено этим подзапросом-пожалуйста, помогите!
У меня есть этот запрос, и он показывает это сообщение-
"не более одной записи может быть возвращено этим подзапросом"
я работаю с c# и access, может кто-нибудь мне помочь?
Что я уже пробовал:
command.CommandText = "select id_women as תעודת_זהות_אישה,fname as שם_פרטי,lname as שם_משפחה,picture as תמונה,meeting as במפגש from women2 where (age=(select age_min from men_expectations2) and height=(select height_min from men_expectations2) and body_structure=(select body_structure from men_expectations2) and health=(select health from men_expectations2) and status=(select status from men_expectations2)) and (origin=(select origin from men_expectations2) or hashkafa=(select hashkafa from men_expectations2) or living_area=(select living_area from men_expectations2) or smoking=(select smoking from men_expectations2) or tfila=(select tfila from men_expectations2)) and Change_residence=(select Change_residence from men_expectations2) and headdress=(select headdress from men_expectations2 WHERE id_men = '" + textBox1.Text + "');";