Guest_imported
New member
- Jan 1, 1970
- 0
I want to write a query as folows:
SELECT * FROM table1,table2
WHERE table1.f1 LIKE '%' + table2.f1 + '%'
But there is no result , may be because % not work
please help me
SELECT * FROM table1,table2
WHERE table1.f1 LIKE '%' + table2.f1 + '%'
But there is no result , may be because % not work
please help me