Searched defs:exportSql (Results 1 – 1 of 1) sorted by relevance
98 …std::string exportSql("CREATE TABLE systuning_export." + (*itor).substr(1, -1) + " AS SELECT * FRO… in ExportDatabase() local132 … std::string exportSql("CREATE TABLE " + (*itor).substr(1, -1) + " AS SELECT * FROM " + *itor); in Prepare() local