Sai Reddy

Sai Reddy

  • NA
  • 214
  • 28.3k

SQL Strange result

Jun 25 2018 7:10 AM
Hi, I found the following query in the google.
 
DECLARE @phone_no varchar(8)
SET @phone_no=910034568
SELECT @phone_no as phone_no
 
Result is *
 
Can anyone explain?

Answers (5)