dbaplus Community
May 19, 2021 · Databases
Convert SyBase datetime to MySQL format with convert() and str_replace()
This article explains how to resolve incompatibility between SyBase's default datetime export format and MySQL's datetime format by using the convert() function to reformat dates and str_replace() to adjust delimiters, then exporting the data via bcp for seamless import.
Data MigrationSQLSyBase
0 likes · 6 min read
