Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL - LIKE
Message
De
03/05/2000 09:50:30
 
 
À
03/05/2000 07:05:11
Information générale
Forum:
Visual Basic
Catégorie:
Autre
Titre:
Divers
Thread ID:
00365504
Message ID:
00365556
Vues:
13
>Hi,
> I am using Data Environment to get the result of the report. I tried to use
>SELECT * FROM Mytable WHERE myfield LIKE '890418*'
>
>but it doesn't return the any result. There are some records matched this condition in my database.
>
>Any ideas?
>Thank you

The wildcard character for SQL LIKE clause is % (percentage sign). Use it instead of the asterisk.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform