fatkatie Posted August 24, 2017 Share Posted August 24, 2017 (edited) Is it possible to do something like this? create table users ( future datetime default date_add(current_timestamp, interval 10 MINUTE) ) mysql Ver 15.1 Distrib 10.1.16-MariaDB, for Win32 (AMD64) Thanks ps - without using a trigger Edited August 24, 2017 by fatkatie Quote Link to comment Share on other sites More sharing options...
Jacques1 Posted August 25, 2017 Share Posted August 25, 2017 So you have a test environment right in front of you, but you're asking us whether that query is possible? That's a bit strange, don't you think? If you're terrified that the query might break something, there's also the manual. This is where the developers write down what is and what isn't possible. Quote Link to comment Share on other sites More sharing options...
fatkatie Posted August 25, 2017 Author Share Posted August 25, 2017 I've been to the mysql site, stackoverflow ... blah blah. I've tried 4 or 5 different ways. Thank you for the tip. It was helpful. Anyone got a trick? Quote Link to comment Share on other sites More sharing options...
Solution Jacques1 Posted August 25, 2017 Solution Share Posted August 25, 2017 How about you stop posting “blah blah blah” and actually get to the point? So, what's your problem? The manual clearly says that you need at least version 10.2.1 for the above feature. That's a hard fact. Since you don't want triggers, this leaves you with exactly two choices: Upgrade your MariaDB. Give up and simply store the current timestamp. You can still add the 10 minutes in your application. Quote Link to comment Share on other sites More sharing options...
fatkatie Posted August 27, 2017 Author Share Posted August 27, 2017 (edited) GREAT answer! So why didn't you just dump it first time out? blah blah blah. @#$@#$! Edited August 27, 2017 by fatkatie Quote Link to comment Share on other sites More sharing options...
Jacques1 Posted August 27, 2017 Share Posted August 27, 2017 I like to think the people on this forum are adults who understand how a hyperlink works. In your case, that expectation was obviously unrealistic. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.