This is where I post snippets of information about Information Technology. It is mostly for my own reference but I hope that others will find it useful and comments are welcome.
Wednesday, August 02, 2023
How to Add the Current Time to the Results of Your MySQL Select Statements
MariaDB [xx_config]> select *, NOW() from servers where id = 'Fakeuuid-kinda'; | ID | VERSION | NOW() | Thing One | Thing Two | 2023-08-03 02:57:44
No comments:
Post a Comment