MS SQL Server :: How To Write Select Statement Inside CASE Statement ?

MS SQL Server :: How To Write Select Statement Inside CASE Statement ?

瀏覽:384
日期:2024-08-17
Select Case Inside Sql Statement ? Code: function findingcinemaid(nameofthecinema) findcinemaid = "select cinemasid from cinemas" &_" where brand = 'tgv' and cinemaplace2 like '"&nameofthecinema&"'" set cinemaidfound = objconndb.execute (findcinemaid)...看更多