Christopher Kings-Lynne <[EMAIL PROTECTED]> writes: > Does anyone know how I'd go about implementing the following MySQL > operator in PostgreSQL?
NOT (x IS DISTINCT FROM y) would be the standard-compliant way of spelling that. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match