Hi,
You can use the "Write Sql" button inside the extension, in the right of the data panel inside the extension
Or you can write the sql like:
SELECT svnc.EmaiList.LastName, svnc.EmaiList.FirstName, svnc.EmaiList.Email, svnc.EmaiList.MemberID, '[email protected]' AS TestEmail FROM svnc.EmaiList WHERE svnc.EmaiList.MemberID = '" & Session.SessionID & "'"
Gianluigi |
|
|