iPhone dev./SQLite, FMDatabase 썸네일형 리스트형 mysql ALTER 명령어 ALTER TABLE `events` ADD `test` TEXT NOT NULL AFTER `imgpath`위 명령어는 events table에 test(TEXT)라는 column을 imgpath column 뒤에 넣는 명령어이다.ALTER TABLE `events` rename `test1` `test2` TEXT NOT NULL위 명령어는 events table의 test1 column의 이름을 test2로 바꿔준다. 더보기 How to get table list of sqlite in iphone stackoverflow.com 참조: How to get list of all the tables in sqlite database in my application up vote0down votefavorite share [g+]share [fb]share [tw] I am creating a Sqlite database using terminal and integrating this database in my application. I need to get list of all the tables in the database. I know that in the terminal .tables displays list of all the tables in database but how do I do th.. 더보기 이전 1 다음