Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
派生列データ フロー コンポーネントがあり、テーブルにデータを挿入する必要があります。
次の文字列を DATETIME "20130822 14:52:53" に変換する際に問題が発生しました。
手伝ってください
派生列コード:
(DT_DBTIMESTAMP)(SUBSTRING(LTRIM(string),1,4) + "-" + SUBSTRING(LTRIM(string),5,2) + "-" + SUBSTRING(LTRIM(string),7,2) + SUBSTRING(LTRIM(string),9,LEN(LTRIM(string)) - 7))
結果:
string date 20130822 14:52:53 2013-08-22 14:52:53.000