Posts by Rac Cunha • 11 points
2 posts
-
0
votes0
answers100
viewsQ: Mysql - Recursive query between two tables
Situation: Given the profile table (Figure 01), which describes the number, type and year of the questions (Figure 02) for the questionnaire (Figure 03), bring q amount of questions, and the…
-
0
votes4
answers4483
viewsA: Extract decimal part of a decimal
Try the following one: float x = 1,466; string nu = (Mathf.Abs (x) %1). Tostring("N1"). Substring(2); int milliseconds = System.Convert.Toint32 (naked); EXIT: 4 where: N1 - formats in a decimal…