1. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

[SQL] Convert current date to char in DB2

Discussão em 'Outras Linguagens' iniciado por Stack, Novembro 5, 2024 às 22:13.

  1. Stack

    Stack Membro Participativo

    I have a INSERT + SELECT statement. One column is a VARCHAR but must be filled with a date with 'yyyyMMdd' format in 3 different dialect.

    With SQL server and Oracle there's no problem, but in Db2 I didn't find anything to do this stuff.

    In SQLServer is CONVERT(VARCHAR,S.DT_NASCITA,112)

    In Oracle is TO_CHAR(S.DT_NASCITA,'YYYYMMDD')

    Any1 can help me pls ?

    ty in advice !

    Continue reading...

Compartilhe esta Página