Inserting Rows Without All Fields Specified? (SQL)
#1

I ran into an issue yesterday in SQL, so instead of creating the table during game-mode startup, I did so manually through the SQLite browser. Since there were about 50 fields, I used and set default values for fields. Later, I realized that I cannot insert new tables into rows unless I specify all the fields during the query. Is there a way around this? I thought that setting default values would have worked, but I guess not since I can't even insert rows now. The reason for all this is because of what I mentioned before, the 50 or so fields (my query string size would be 8000 - 1000). Thanks.
Reply


Messages In This Thread
Inserting Rows Without All Fields Specified? (SQL) - by DrakeX - 26.05.2014, 18:24
Re: Inserting Rows Without All Fields Specified? (SQL) - by Vince - 26.05.2014, 18:46

Forum Jump:


Users browsing this thread: 1 Guest(s)