我意外地发现,在Oracle中,可以发出以下语句:select * from dual where x=1 or 1=1。
dual中的列名为dummy,而不是x。select * from dual where z=1 or 1=1不起作用,给了ORA-00904: z: invalid identifier。select * from dual where x=1不起作用,给了ORA-06553: PLS-306: wrong number or types of arguments in call to