W
Warrio
Hello!!
in SQL we can use the character % in an Sql statement (or * in an Access
query) to select all the fields that contain part of a string specified
for exp:
SELECT name FROM myTable WHERE name LIKE "Smi%"
Is it possible to ask the query to select only ONE charcter after the "Smi"?
so the result woult only the filds with 4 characters
Thanks for any suggestion
in SQL we can use the character % in an Sql statement (or * in an Access
query) to select all the fields that contain part of a string specified
for exp:
SELECT name FROM myTable WHERE name LIKE "Smi%"
Is it possible to ask the query to select only ONE charcter after the "Smi"?
so the result woult only the filds with 4 characters
Thanks for any suggestion