I have multiple value
- 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.