/[BackupPC]/trunk/sql/zz_archive_burned_copy_fix.sql
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/sql/zz_archive_burned_copy_fix.sql

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 272 by dpavlin, Tue Dec 13 19:34:09 2005 UTC revision 358 by dpavlin, Thu Apr 27 10:01:56 2006 UTC
# Line 12  select * from archive_burned order by ar Line 12  select * from archive_burned order by ar
12    
13  drop table a ;  drop table a ;
14    
15    -- alternative
16    -- insert into archive_burned select archive_id,date,part,2,iso_size from archive_burned where archive_id in (select archive_id from archive_burned group by archive_id having count(*) = 1);
17    

Legend:
Removed from v.272  
changed lines
  Added in v.358

  ViewVC Help
Powered by ViewVC 1.1.26