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:39 am
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".