LoveToCode
MIS
- Jan 11, 2007
- 51
Hello,
Why doesn't this work as expected?
I can tell its something stupid - I dont think I'm using the param and like correctly together.
Thanks,
-- jenni
Why doesn't this work as expected?
Code:
select * from user
where
username like '%@name%'
I can tell its something stupid - I dont think I'm using the param and like correctly together.
Thanks,
-- jenni