Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using % with view parameters
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00109667
Message ID:
00109684
Views:
14
>>I am attempting to use the % operator in a SQL SELECT and a view parameter, but either I get no records returned or get an error, "Function arguement type, value, or count is invalid." I also want this to be case insensitive. Has anyone had tried to do this?
>
>Are you using = if so try LIKE.
>
>select * from mytable where fielda like '%whatevere%'
>
>HTH
>Jeff

in Craig's case you would need upper(fielda) like upper('%whatever%')
Mark McCasland
Midlothian, TX USA
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform