Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
LIKE (T-SQL)
Message
From
11/10/2000 08:40:30
 
 
To
All
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Title:
LIKE (T-SQL)
Miscellaneous
Thread ID:
00427764
Message ID:
00427764
Views:
40
I have 2 databases DB1 and DB2 and each has a table called TAB1

The problem is that only one of the databases returns 'ABC' twice, the other only returns results back from the first select!


SELECT * FROM TAB1 WHERE FIELD_NAME = 'ABC'
GO
SELECT * FROM TAB1 WHERE FIELD_NAME LIKE 'ABC'

Is there an database option I need to change?

James
Next
Reply
Map
View

Click here to load this message in the networking platform