Posts by Fernando Souza • 63 points
3 posts
-
0
votes5
answers972
viewsA: How to get the name of the day of the week on the first day of the month?
In that case you can also use it like this: SET @var := year(now()); Select @var, DAYNAME(CONCAT_WS('-', @var,'12-01'));
-
6
votes5
answers972
viewsA: How to get the name of the day of the week on the first day of the month?
If you already know the date by using the: SELECT DAYNAME('2017-10-16'); If you need the date in English and your database has not been configured you can use it before the query like this: SET…
-
0
votes1
answer87
viewsA: ibm_db2 PHP7 Nginx
You gave a Re-start on fpm ? - Restart php7.0-fpm Take a look at: insert link description here