Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)

Paste

Pasted as SQL by Vincent ( 15 years ago )
IF NOT EXISTS (SELECT id FROM storage_location_file WHERE storagelocationId = :id AND importdate = :importDate)
    BEGIN
     INSERT INTO storage_location_file (storagelocationId, size, importdate)
     VALUES (:id,:size,:importDate)
    END;

 

Revise this Paste

Parent: 39325
Children: 39328
Your Name: Code Language: