I have a table called "clients" and the other is called "phone", both of them have "_modificado" one The column is a timestamp, I use the function to get the last modified item to compare with my API and then updating it.
How can I use the same function to recover the results of 2 tables?
Maximize for each table, then combine them:
(Select MAX (_modification)), (Select from Phone MAX (_modification)) Previous S
No comments:
Post a Comment