python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Postgres truncates function names even though they are less than 63 characters
I have this issue with the latest pg admin where postgres is automatically truncating function names less than 63 characters. I don't know if it's related to language or something else, but here's a f...
Michael Efraimidis
Votes: 0
Answers: 1
Cassandra materialized view on collection truncate
If I truncate the entire source table in Cassandra. How will the MV(materialized views)'s have that reflection.
Does this process may create parity between source partition and MV's if the data is con...
user3170732
Votes: 0
Answers: 0
Truncate timestamp to custom unit of time in SQL Snowflake
Function DATE_TRUNC in Snowflake (Docs here) allows you to truncate a given timestamp to a given default unit of time, being available:
'YEAR', 'MONTH', 'DAY', 'HOUR', 'MINUTE' and 'SECOND'
As an ex...

alvaropr
Votes: 0
Answers: 3
SQL Server sys.tables not capturing correct modify_date
Context: I have an ETL process setup to populate tables in a datawarehouse using a Python script. The script executes a truncate statement via sqlalchemy to empty each of the tables then uses the pand...
emalcolmb
Votes: 0
Answers: 1