![]() |
Sergey Kornilov admin 1/25/2012 |
This query will work the same way in SQL Server, there is nothing MySQL specific in there. |
E
|
enriquecampos author 1/26/2012 |
This query will work the same way in SQL Server, there is nothing MySQL specific in there. Just make sure you removed backticks ` characters, they are field name wrappers in MySQL only.
|
![]() |
Sergey Kornilov admin 1/26/2012 |
You will need to remove columns from this query that are not part of GROUP BY query or do not participate in aggregate functions. |
E
|
enriquecampos author 1/27/2012 |
You will need to remove columns from this query that are not part of GROUP BY query or do not participate in aggregate functions.
|
![]() |
Sergey Kornilov admin 1/27/2012 |
I would suggest to ask this question in MS SQL Server related newsgroups or at http://stackoverflow.com. |