1
0
mirror of https://gitea.com/xorm/manual-en-US synced 2025-10-06 00:22:54 +02:00
Files
xorm-manual-en-US/chapter-08
2020-03-27 14:29:41 +08:00
..
2020-03-27 14:29:41 +08:00

8.Execute SQL query

Of course, SQL execution is also provided. If select then use Query

sql := "select * from userinfo"
results, err := engine.Query(sql)