Call function for specifying columns in SQL TRANSFORM query

后端 未结 5 1546
情歌与酒
情歌与酒 2020-12-21 05:33

Here is my query:

PARAMETERS ...
TRANSFORM ...
SELECT ...
...
PIVOT Mytable.type In (\"Other\",\"Info\");

This is a cross query and I need

5条回答
  •  感情败类
    2020-12-21 06:07

    As you have stated that you're using Access, then (out of the top of my head) yes, it's possible to use VBA functions in queries.

    Check on the documentation and MSDN.

提交回复
热议问题