Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to use sql % syntax
Message
From
13/10/2009 09:46:37
 
 
To
13/10/2009 09:43:18
Hee Lim Wang
Fantasy Software Enterprise
Malaysia
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01429124
Message ID:
01429125
Views:
89
>Hi
>I want to search the last record having some text
>
>mytext="ABC"
>?SQLEXEC(lnHandle,"select ac from account where ac like '%'+mytext+'%' order by ac desc limit 1","tmp")
>this return value -1
>but
>?SQLEXEC(lnHandle,"select ac from account where ac like '%ABC%' order by ac desc limit 1","tmp")
>return value 1
>
>so how to combine "%" together with variable mytext ?

SQLEXEC(lnHandle,"select ac from account where ac like '%"+mytext+"%' order by ac desc limit 1","tmp")
.·*´¨)
.·`TCH
(..·*

010000110101001101101000011000010111001001110000010011110111001001000010011101010111001101110100
"When the debate is lost, slander becomes the tool of the loser." - Socrates
Vita contingit, Vive cum eo. (Life Happens, Live With it.)
"Life is not measured by the number of breaths we take, but by the moments that take our breath away." -- author unknown
"De omnibus dubitandum"
Previous
Reply
Map
View

Click here to load this message in the networking platform