PostgreSQL按DateTime ASC排序,首先為NULL?我需要按日期/時間字段對PostgreSQL表進行排序。last_updated.但是允許該字段為空或空,我希望記錄中包含空。last_updated來以前非零last_updated.這個是可能的嗎?order by last_updated asc /* and null last_updated records first ?? */
PostgreSQL按DateTime ASC排序,首先為NULL?
長風秋雁
2019-06-17 14:42:16