what I want to do is this, written in some kind of pseudocode
for each post in table x select * from table y where y.id=x.yid if match not found insert into y else if x.value = y.value update y set y.date = now(); else update y set y.value = x.value endif endif endfor


Sign In
Create Account

Back to top









