Why isn't it trivial to create a virtual integer timestamp column from a TIMESTAMP column in MySQL?
0
votes
1
answer
213
views
There's no way to extract an integer timestamp from a
TIMESTAMP
column in a virtual column context in MySQL because UNIX_TIMESTAMP
is not allowed in virtual columns. Why isn't this a trivial task?
Asked by Dan
(235 rep)
Jan 29, 2023, 11:24 PM
Last activity: Jan 30, 2023, 12:48 AM
Last activity: Jan 30, 2023, 12:48 AM