Guest_imported
New member
- Jan 1, 1970
- 0
How can I search for records with wilcard and limit them for those with 7 digits only. For example if I have these records in table1:
13035551212
1212555
140455512125
and I run this SQL statement:
select * from table1 where column1 like '1%%%%%%'
only record 1212555 should have been returned.
Can any one help me to correct the statement
13035551212
1212555
140455512125
and I run this SQL statement:
select * from table1 where column1 like '1%%%%%%'
only record 1212555 should have been returned.
Can any one help me to correct the statement