Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL - LIKE
Message
From
03/05/2000 09:50:30
 
 
To
03/05/2000 07:05:11
General information
Forum:
Visual Basic
Category:
Other
Title:
Miscellaneous
Thread ID:
00365504
Message ID:
00365556
Views:
14
>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.
Previous
Reply
Map
View

Click here to load this message in the networking platform