Changeset 37748 for trunk/ippToPsps/jython/objectbatch.py
- Timestamp:
- Dec 14, 2014, 5:30:49 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/objectbatch.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/objectbatch.py
r37592 r37748 94 94 sql = "UPDATE ObjectThin join (select @r:=@r+1 rownum, objID from \ 95 95 (select @r:=0) r, ObjectThin t) as foo using (objID) set \ 96 uniquePsps P2id = ((" +str(self.batchID)"*1000000000 ) + rownum)";96 uniquePspsOBid = ((" +str(self.batchID) +"*1000000000 ) + rownum)"; 97 97 try: self.scratchDb.execute(sql) 98 98 except:
Note:
See TracChangeset
for help on using the changeset viewer.
