Recent content by jayyy1214

  1. J

    Hello help po advanced database system t-sql conditional statement hindi ko makuha yung sa case statement..

    PRINT 'ID: '+ CAST(@studId AS VARCHAR)+ ' | ' + @FirstName + + lastname + ' Age: ' + CAST(age AS VARCHAR)+' | ' + ' Gender: ' + @Gender +' | '+ ' Level: ' + Level; call the variable you use, and use cast to convert int into varchar
Back
Top