Forum Discussion

userpien's avatar
userpien
Copper Contributor
May 14, 2024

how to use CONCAT and WHERE statement in the same query

Hi, I need to write a query: SELECT TBVL.VLASC + ' - ' + .TBVL.DSVL WHERE TBVL.NMFI= 'ANAR' and TBVL.NMCA= 'TPGE' AS columnName how do i write this to sql server management studio? Thank you!

Resources