Search found 1 match

by iagmon
Sun May 25, 2003 2:41 pm
Forum: Configuration, Maintenance, Troubleshooting
Topic: Passing macro to sql query
Replies: 1
Views: 8134

I want to pass a macro like: %TestName% to the sql query in the ODBC test.
For example:

select count(*) from anytable where anyfield = '%testname%'

Can it be done ? How do I use it with LIKE ?

I tried but failed.

Thanks.