MySqlBackup.Net icon indicating copy to clipboard operation
MySqlBackup.Net copied to clipboard

Export temp column

Open sivaaks opened this issue 5 years ago • 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

sivaaks avatar Jun 17 '20 06:06 sivaaks