What Will Be The Output Of The Following Statementp Pre Langsql #410
What will be the output of the following statement?</p> <pre><code class="language-sql">SELECT ADDTIME('1998-12-30 23:59:59.999998','1 1:1:1.000002');</code></pre>
This multiple choice question (MCQ) is related to the book/course gs gs115 Structured Query Language. It can also be found in gs gs115 SQL Data Types, Views and Injection - SQL Dates - Quiz No.1.
What will be the output of the following statement?
SELECT ADDTIME('1998-12-30 23:59:59.999998','1 1:1:1.000002');
1999-01-01 01:01:01.000000
1999-01-02 01:01:01.000000
1998-12-3024:00:00.999999
01:01:01.0000001999-01-01