swift FMDB で以下の条件ベースの操作を実行するにはどうすればよいですか?
let result:FMResultSet=database.executeQuery("select * from image where id = ?", withArgumentsInArray: nil)
swift FMDB で以下の条件ベースの操作を実行するにはどうすればよいですか?
let result:FMResultSet=database.executeQuery("select * from image where id = ?", withArgumentsInArray: nil)