sql server - Transform and Pivot in Access to SQL -
I'm moving towards Access DB in SQL Server 2012. After reading a few things on the net, I came in Transform and Peovote. I am posting here, if possible, how can I migrate the following question as a view.
Transform first ([Tab 1] .EFE) Select [Tab 1]. [Tab 1] from [Total EFE] as First ([Tab 1] .EFE). 1] Group [Tab 1] .COL1 PIVOT [Tab 1] .COL3;
I appreciate your help. I'm actually new to accessing the function.
I am doing similar conversions and I am looking for use in "group bye" access Which can be avoided in TSQL if your FROM has been correctly created because PIVOT needs a complete table scan, there may be unexpected things (i.e. it will be completely unsuccessful if your FROM table TEXT is the column, even if that column is not part of your query Is!!)
The best result is by excluding the statement by the group and by using a subquery in FROM statement. In addition, I have used MAX instead of earlier, which can work if you do something Provide sample data