Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using wildcards
Message
From
22/06/2001 11:38:02
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Using wildcards
Miscellaneous
Thread ID:
00522523
Message ID:
00522523
Views:
33
I am having some problems changing my select statement using wildcards.

This is what I had:

and studentcourse.courseid like "%2000EE%";


and it worked fine, but now I have to change it to be more flexible and not hard coded in so I want to change it to something like this:

and studentcourse.courseid like "%str(year(date())) + "EE"%";

I can't figure out the syntax to get it to work. I know its an easy fix, can someone please help.

TIA,
Tyler
Next
Reply
Map
View

Click here to load this message in the networking platform