|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
ok new here so bare with me. I need to search the database for any entry containing "FTS"
tried: SELECT * FROM Product WHERE (product_number = 'FTS') but obviously it only pulls entrys that equal that EXACTLY how do i seach for this, what function do i use? TriAdX@aol.com |
|
#2
|
||||
|
||||
|
Select * from Product Where (Product_Number LIKE '%FTS%')
|
|
#3
|
|||
|
|||
|
Quote:
SELECT * FROM Product WHERE (product_number like '" & "%" & FTS & "%" & "' ") |
![]() |
| Viewing: ASP Free Forums > Database > Microsoft SQL Server > Search for entry containing... |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|