Hi:
suppose I have this table
CUSTOMERS
-----------------
Number Name
-----------------
1 John
2 Gabriel
3 George
4 Ken
I need to make a query to get customers where the Name length is equal or greater than 6
Number Name
-----------------
2 Gabriel
3 George
How Can I make this query or/and where can I find information about this kind of query?
Thanks!!
suppose I have this table
CUSTOMERS
-----------------
Number Name
-----------------
1 John
2 Gabriel
3 George
4 Ken
I need to make a query to get customers where the Name length is equal or greater than 6
Number Name
-----------------
2 Gabriel
3 George
How Can I make this query or/and where can I find information about this kind of query?
Thanks!!