Articles
Editorials
Stairways
Forums
Forums home
Active threads
Latest topics
Most popular
Leaderboard
Scripts
QotD
Books
Blogs
Register
Login
Write for us
Menu
Articles
Editorials
Stairways
Forums
Forums home
Active threads
Latest topics
Most popular
Leaderboard
Scripts
QotD
Books
Blogs
Write for us
Register
Login
megha12megha
Profile
Topics Started
Replies Created
Leaderboards
Forum Replies Created
Viewing 2 posts - 1 through 2 (of 2 total)
RE: No results using varbinary datatype in where clause
GSquared - Thursday, June 2, 2011 10:28 AM
Try it without the quotation marks.
CREATE TABLE #T (C1 VARBINARY(10));INSERT INTO #T (C1)VALUES (0x1234),(0x4567);SELECT *FROM #TWHERE C1...
February 17, 2017 at 7:46 am
#1929113
RE: No results using varbinary datatype in where clause
GSquared - Thursday, June 2, 2011 10:28 AM
Try it without the quotation marks.
CREATE TABLE #T (C1 VARBINARY(10));INSERT INTO #T (C1)VALUES (0x1234),(0x4567);SELECT *FROM #TWHERE C1...
February 17, 2017 at 7:46 am
#1929112
Viewing 2 posts - 1 through 2 (of 2 total)