i want to make a mysql selection but i need to select two types of data, one starting with 0256 and other with 0356. can i use:
SELECT * FROM table WHERE tel LIKE '0256%' AND '0356%'
?
thanks, Sebastian
EDIT
i have a problem with these queries in PHP.
the query above, works fine in mysql, but in PHP i get results only for LIKE '0256%'