tehon3299
Well-known member
Will the UPDATE command for SQL work if the table is empty? Basically, if I want to insert a whole bunch of stuff into my table, do I HAVE to use the INSERT command to put stuff in the table then use UPDATE after that or can I use UPDATE to insert stuff right from the beginning?