![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi everybody, I'm new on the list, this is my first topic. I was wondering if it's possible to check for a string ( a url, name, etc ) matchs with a list of values into a table. Eg.: table myvalues(int id, varchar value); |
|
imagine I have a few rows in this tables and I have the string "my foo string for test". I would like to check if the string match with some row in the table myvalues, for ex. a row like (1, 'foo') should match. ![]() |
|
count(id) | +-----------+ 289 | +-----------+ |
#3
| |||
| |||
|
#4
| |||
| |||
|
Natural Philosopher, thanks for you answer, but this I know how to do .What I want is, I have the string: "my foo string for test". I have the table myvalues like: 1, bar 2, aaa 3, foo 4, bbb 5, ccc I want to do a query that tells my that the row 3 ( 3,fool ) matchs to my string: "my foo string for test" |
![]() |
| Thread Tools | |
| Display Modes | |
| |