Help SQLite
#1

Hello, I have a doubt, I have the table created and everything is fine in SQlite, but as I add another one without deleting the database, I want to add the other line "RAZON".
Reply
#2

bump
Reply
#3

use alter table to add columns
Reply
#4

But I did, or is my code wrong?
Reply
#5

Quote:
Originally Posted by BrianFaria
Посмотреть сообщение
But I did, or is my code wrong?
yeah see the syntax of alter table
PHP код:
ALTER TABLE table_name
ADD column_name datatype 
I recommend you to do this in sqlite browser.
Reply
#6

Thanks!!!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)