Sembra che it.DSTAMP sia un TIMESTAMP
Sostituisci to_date
e to_timestamp
con to_char
SELECT to_char(it.DSTAMP, 'DD/MM/YYYY') AS "Date", to_char(it.DSTAMP, 'HH24:MI:SS') AS Time
FROM itable it
Sembra che it.DSTAMP sia un TIMESTAMP
Sostituisci to_date
e to_timestamp
con to_char
SELECT to_char(it.DSTAMP, 'DD/MM/YYYY') AS "Date", to_char(it.DSTAMP, 'HH24:MI:SS') AS Time
FROM itable it
Come creare collegamenti personalizzati in SQL Server Management Studio (SSMS) - Esercitazione su SQL Server/TSQL Parte 10
Come configurare la replica da cluster a cluster per PostgreSQL
Domande e risposte comuni per l'intervista a MySql per più freschi + esperti
Come ottenere il failover automatico per TimescaleDB