G
Guest
Hello
Hope someone can help me
I am having a problem writing an sql query to limit the number of entries returned by searching for a substring. I know one can use LIKE '% %' to find a certain string in a field. The problem is that the string I need to search for is from another column in the table. For example I get the number in the GATE column than I need to check weather that number as a substring appears in the curGate table. If it does return the line if not don't.
Hope someone can help me
I am having a problem writing an sql query to limit the number of entries returned by searching for a substring. I know one can use LIKE '% %' to find a certain string in a field. The problem is that the string I need to search for is from another column in the table. For example I get the number in the GATE column than I need to check weather that number as a substring appears in the curGate table. If it does return the line if not don't.