3
Answers

Select from item table where id from list

Goran Bibic

Goran Bibic

5y
1.1k
1
I have multiple value
  1. SELECT * FROM DBO.mp_racun_roba  WHERE id_fakture=(select * from mp_racun_lista where datum=CONVERT(date,GETDATE())) 
I have error in second line please help
 
Msg 116, Level 16, State 1, Line 3
Only one expression can be specified in the select list when the subquery is not introduced with EXISTS.
Answers (3)