Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help with the like in a sql sentence
Message
 
 
To
04/08/2003 12:11:42
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00816192
Message ID:
00816665
Views:
17
>Well, the data type is numeric.

You cannot compare a numerich value to a string. You either have to conver a numerich value to a string as Cetin suggested or find some other way. Keep in mind that
AND trans(Hardware.host) like '%100%';
isn't Rushmore optimizable so the query could be slow on big table.
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform