MS SQL Integration for UE4

Can this do more complex queries? like for example: “Select * from Users where UserID = @ID and activeChars > ‘0’”
Also will it run the Update command? I saw you have an example of the insert. So " update Users set Firstname=@first, Lastname=@last where UserID = @ID;"