Page 1 of 1

Like is used to match similar records. For example, where myfield like "cat_" would find all records that start with cat

Posted: Fri Jul 08, 2022 6:40 am
by answerhappygod
Like is used to match similar records. For example, where myfield like "cat_" would find all records that start with cat such as "cat food".