Previous Topic

Next Topic

Inhoudsopgave

Book Index

Tsequal

tsequal( timestamp_1, timestamp_2 )

Compares two timestamp values. Mostly used in the same way as Isah uses the LastUpdatedOn column.

Example

update mytable set column = column + 1

where primary_key = @keyvalue

and tsequal( ts_column, @stored_ts_value )