|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
FreeText search issue in View windowIn 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? |
|||||||||||||||||||||||