Guest_imported
New member
- Jan 1, 1970
- 0
Hello,
I was wondering if anyone knows how to write a query that only returns rows with a field of a certain number of characters? Can this be done in a select query?
e.g. "select * from tblBooks Where sizeof(txtBookTitle) > 100"
something like that to select only books with titles longer than 100 characters?
Any help would be greatly appreciated,
thanks
jonty
I was wondering if anyone knows how to write a query that only returns rows with a field of a certain number of characters? Can this be done in a select query?
e.g. "select * from tblBooks Where sizeof(txtBookTitle) > 100"
something like that to select only books with titles longer than 100 characters?
Any help would be greatly appreciated,
thanks
jonty