Vinnie Member Dec 20, 2012 287 33 Jun 17, 2013 #1 Let's say I want to apply the same stack height (1) to every single item. Whats the SQL format for this. I know it is the same as for an event for respects and pet respects. I need this format to use for several purposes.
Let's say I want to apply the same stack height (1) to every single item. Whats the SQL format for this. I know it is the same as for an event for respects and pet respects. I need this format to use for several purposes.
Weasel 👄 I'd intercept me Nov 25, 2011 4,135 2,461 Jun 17, 2013 #2 Code: UPDATE tablename SET height = '1' Upvote 0 Downvote
Vinnie Member Dec 20, 2012 287 33 Jun 17, 2013 Thread starter #3 Sherlock said: Code: UPDATE tablename SET height = '1' Click to expand... Thank you very much. Upvote 0 Downvote