M
mrtwice
I would like to search all of the rows in a table for a memo fiel
called "directions" that is greater than 300 characters.
For example:
Code
-------------------
SELECT id
FROM customer
WHERE number_of_characters(customer.directions) > 300
-------------------
So, what I am looking for is whatever I would replace my imaginar
number_of_characters() function with.
Thanks for any help
called "directions" that is greater than 300 characters.
For example:
Code
-------------------
SELECT id
FROM customer
WHERE number_of_characters(customer.directions) > 300
-------------------
So, what I am looking for is whatever I would replace my imaginar
number_of_characters() function with.
Thanks for any help