what is the difference between two following queries ?
WHERE DeviceID = '1339750411' and DT.McId = '40'
WHERE DeviceID = '1339750411' and DT.McId = 40
Both above query limitations return the same result.
McId
is integer value in my SQL Server database.
Thanks for help.