- 1
how to make advance search
4 Answers
0
Specify please
0
need to give advance search option in website of realestate
0
using LIKE
0
select my_column from my_table where id=1;
or
select name from coustumers where (10>3) and (name="carlos");
---specify.---