I've to copy a column in another column, but the result is that only the first row is copied and put in all the rows of the other column
I'm trying to execute this query:
UPDATE gdf_storico Set Data = (SELECT Giorno FROM timestamp)
But that stores the same date in all columns