Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
eyes:logics:append [2017/06/12 16:04]
bgraf
eyes:logics:append [2017/06/12 18:45]
jschlie1
Line 14: Line 14:
 ===== Additional Information ===== ===== Additional Information =====
 Note: The imageID in the headers is not changed by append. This can lead to non-unique imageIDs. To set unique imageIDs, use the following command in the sql-logic: ​ Note: The imageID in the headers is not changed by append. This can lead to non-unique imageIDs. To set unique imageIDs, use the following command in the sql-logic: ​
-<​code> ​ +<​code>​SELECT *,img AS imageId FROM t0</​code>​
-SELECT *,img AS imageId FROM t0  +
-</​code>​+
  
 This also adds the header entry img, though. This also adds the header entry img, though.