|
|
|
|
+ rows := db.Sql("select id,title,createdatetime,content from article where id = ?", 2).FindAll()
|
|
|
rows, err := db.Sql("select id,title,createdatetime,content from article where id = ?", 2).FindAll().Xml()
|
|
rows, err := db.Sql("select id,title,createdatetime,content from article where id = ?", 2).FindAll().Xml()
|