Select database Rows

Hi,
I have a user with read permission in a SQL database (SAP), but when I use a “select database row” transformation, the Easymorph try to create a table in SQL database. Why ?

EasyMorph needs to create a temporary table in the same database because under the hood it executes SELECT WHERE EXISTS statement. After it’s executed the temporary table is dropped.