开发者

How can I add new columns and rows to a database?

开发者 https://www.devze.com 2023-02-15 09:27 出处:网络
How can I create more columns and add data to them? So far I can add like so: private s开发者_Python百科tatic final String INSERT=\"insert into \"+ TABLE_NAME +\"(name,address)values(?,?)\";

How can I create more columns and add data to them?

So far I can add like so:

private s开发者_Python百科tatic final String INSERT="insert into "+ TABLE_NAME +"(name,address)values(?,?)";


you need to add column in your SQL create table syntax refer to this link http://www.devx.com/wireless/Article/40842/1954

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号