Changes between Version 1 and Version 2 of Spamzilla/ManualInsert

Show
Ignore:
Timestamp:
11/18/05 05:38:29 (5 years ago)
Author:
scottmc
Comment:

Adjusted page to not have overflow scrolls

Legend:

Unmodified
Added
Removed
Modified
  • Spamzilla/ManualInsert

    v1 v2  
    44 
    55{{{ 
    6 INSERT INTO Target (Firstname, Lastname, Email) VALUES ('Users firstname', 'Users lastname', 'email@address.com'); 
     6INSERT INTO Target (Firstname, Lastname, Email)  
     7            VALUES ('Users firstname', 'Users lastname', 'email@address.com'); 
    78}}} 
    89 
     
    1617 
    1718{{{ 
    18 INSERT INTO ListTarget (ListID, TargetID) SELECT <ListID Number>, TargetID FROM Target; 
     19INSERT INTO ListTarget (ListID, TargetID)  
     20SELECT <ListID Number>, TargetID FROM Target; 
    1921}}} 
    2022