Viewing 2 posts - 31 through 33 (of 33 total)
I have done little with free-text but try typing out the actual column names
SELECT * FROM cars WHERE CONTAINS(*,' "Honda" AND "Accord" ')
SELECT * FROM cars WHERE CONTAINS((Make, Model),' "Honda"...
September 2, 2008 at 1:01 pm
#866152
Looks good for the most part, however there is one line extra, but I can do a null statement on that I guess.
Thanks for the help
9107822008-08-18 07:20:45.0002008-08-18 11:00:12.000
9107822008-08-18 11:00:12.0002008-08-18 11:29:24.000
9107822008-08-18...
September 2, 2008 at 12:46 pm
#866145