How I can write instruction if
, which will check the records stored at the same time (in my table it is column created_at
).
For example:
if(created_at for record where key(it's column)='stan' it is the same as created_at for key='stan_key' {
return records where key='stan'
}