Posts by user100898 • 21 points
1 post
-
1
votes1
answer133
viewsQ: Use TIMESTAMPDIFF in table creation
I am adding mysql support to my program, currently only works with sql server, so I came across a problem with mysql. Table sql server: CREATE TABLE [dbo].[login_user]( [idx] [int] IDENTITY(1,1) NOT…