View Single Post
Old 01-03-2008, 11:05 PM   #5 (permalink)
ReSpawN
The Frequenter
 
ReSpawN's Avatar
 
Join Date: Nov 2007
Location: Netherlands
Posts: 460
Thanks: 49
ReSpawN is on a distinguished road
Default

Quote:
Originally Posted by Wildhoney View Post
I always go for the following formatting approach:

sql Code:
INSERT INTO
    myTable
SET
    myColumn = 1,
    myColumn = 1,
    myColumn = 1,
    myColumn = 1,
    myColumn = 1
WHERE
    myColumn = 1
I like it? It comes close to my original scripting style ... BSD/Alaman I believe it was called...
Good input mate.
__________________
"Life is a bitch, take that bitch on a ride"
Send a message via MSN to ReSpawN
ReSpawN is offline  
Reply With Quote