Skip to main content
Announcements
Happy New Year! Cheers to another year of collaboration, connections and success.
cancel
Showing results for 
Search instead for 
Did you mean: 
Humberto_Nascimento
Contributor II
Contributor II

carregar dados com data inferior a hoje

Estou tentando filtrar os dados de uma tabela no script mas não está funcionando, o que está errado?

SQL
SELECT DIM_TEMPO.`DS_TIPO_DIA`,
DIM_TEMPO.`DT_DATA`,
DIM_TEMPO.`IDE_SK_TEMPO`,
DIM_TEMPO.`NM_MES`,
DIM_TEMPO.`NM_MES_ANO`,
DIM_TEMPO.`NR_MES`,
DIM_TEMPO.`NR_ANO`,
FROM dw_csn.`DIM_TEMPO` WHERE DT_DATA <= Today();

0 Replies