Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
LIKE (T-SQL)
Message
De
11/10/2000 08:40:30
 
 
À
Tous
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Titre:
LIKE (T-SQL)
Divers
Thread ID:
00427764
Message ID:
00427764
Vues:
42
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform