Could I get an example?
Wildcards in SQL: https://www.w3schools.com/sql/sql_wildcards.asp <-- looking for something like that Consider that I have a row with the string "John eats Apples" and I'm searching for rows which have "apples" in a specific column, I think wildcards would be the best for this. Please correct me if there is already such a method available. PS: I am not using UCanAccess since I am working with fairly large databases and UCanAccess takes quite a few GBs of memory even after using the "memory=false"...
Wildcards in SQL: https://www.w3schools.com/sql/sql_wildcards.asp Consider that I have a row with the string "John eats Apples" and I'm searching for rows which have "apples" in a specific column, I think wildcards would be the best for this. Please correct me if there is already such a method available. PS: I am not using UCanAccess since I am working with fairly large databases and UCanAccess takes quite a few GBs of memory even after using the "memory=false" option with these databases.
Wildcards in SQL: https://www.w3schools.com/sql/sql_wildcards.asp Consider that I have a row with the string "John eats Apples" and I'm searching for rows which have "apples" in a specific column, I think wildcards would be the best for this. Please correct me if there is already such a method available. I am not using UCanAccess since I am working with fairly large databases and UCanAccess takes quite a few GBs of memory even after using the "memory=false" option.
Allow wildcards in CursorBuilder