MySqlBackup.Net
MySqlBackup.Net copied to clipboard
Export temp column
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