Posts by Merlin • 49 points
3 posts
-
3
votes1
answer56
viewsQ: doubt with date in sql tables
good, I have a table with the following information usernum / type / expiredate 1 1 2019-03-03 13:04:42.710 What I wanted to do was to have a trigger in this table that would check the date and when…
-
1
votes0
answers34
viewsQ: smtp error in php code
I have the following problem, here is the configuration file: define('MAIL_HOST','xxxxx'); define('MAIL_USER','xxxxx'); define('MAIL_PASS','xxxxx'); define('MAIL_FROM','xxxxx');…
-
0
votes1
answer111
viewsQ: relate two tables
I would like to know how to relate two tables in different databases so that every time the value in the bank table1.dbo.table id1 will be changed also in the bank.dbo.table id1, modifying according…