Home All Groups Group Topic Archive Search About

FreeText search issue in View window

Author
4 Nov 2005 4:30 AM
ecirpnaes
In Management Studio, in a query window, I can do this....
select....where contain(Table.*, 'value') which is the shorthand for ....
where contains(Table.Column1, Table.Column2)

If I do this in a view window, I get a syntax error. The parser does not
appear to like the * operator, which is perfectly valid syntax. Is this a
bug? Or by design?

AddThis Social Bookmark Button