Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
列内のキーワードの出現によってクエリ結果を並べ替えるにはどうすればよいですか? 全文索引付きの SQL Server 2008 を使用しています。
columnname, count(columnname) を cnt として tablename group by columnname order by count(columnname) des