Názor k článku Co nefunguje v MySQL a jak to obejít od jos - všechny ostatní? když už to umí MSSQL … begin...

  • Článek je starý, nové názory již nelze přidávat.
  • 16. 12. 2009 14:48

    jos (neregistrovaný)

    všechny ostatní? když už to umí MSSQL …

    begin transaction
    create table dbo.omg(id int not null)
    select *
    from information_sche­ma.tables
    where table_name = ‚omg‘
    and table_schema = ‚dbo‘
    – vyselecti jeden radek
    rollback transaction
    select *
    from information_sche­ma.tables
    where table_name = ‚omg‘
    and table_schema = ‚dbo‘
    – vyselecti nula radku