How can I pull data from an MS-SQL view

評論

1 條評論

  • Avatar
    PD
    After selecting to do a lookup from a database, selecting the type of database, and entering the Global Access Token for the database, select the Manual tab. If you click on the little question mark icon, you will be given some very useful help. Basically, you will need to create a query that returns two fields, one named Name and the other named Value. An example of such a query is shown in the question mark help. It is, SELECT ColumnA _رةName_رé, ColumnB _رةValue_رé FROM MYTABLE1. By inserting the name of a view in place of the MYTABLE1, you can pull the data from a view.
    0
    評論操作 永久連結

登入寫評論。