• 2022-05-30
    如下不能正确执行的语句是( )
    A: select * from table_name where 1>2
    B: truncate table table_name
    C: delete from table_name where null=null
    D: alter table table_name add column idd int