MySqlBackupNET/MySqlBackup.Net

Export temp column

sivaaks opened this issue · 0 comments

While using MySQLbackup.NET temporary column is not exportable, it says tempcolumn not existed in the table name

Code reference:
DictionaryTables(" table_name") = String.Format("select *,'a' as temp from table_name

Error :
Column temp is not existed in table_name