Skip to content

Commit ecf6aef

Browse files
authored
Update README.md
1 parent ca8469e commit ecf6aef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

queries/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ WHERE
110110
ORDER BY stress.stress_fatigue_val, mesh.fieldname, hist.fieldname
111111
```
112112

113-
### (Query 5)
113+
### Query 5
114114
Determine the average of each environmental conditions (output of Data Gathering – Activity 1) associated to the tasks that are taking execution time more than 1.5 the average of Curvature Critical Case Selection (Activity 5).
115115

116116
```sql
@@ -136,7 +136,7 @@ WHERE
136136
```
137137

138138

139-
### (Query 6)
139+
### Query 6
140140
Determine the finite element meshes files (output of Preprocessing – Activity 2) associated to the tasks that are finishing with error status.
141141

142142
```sql
@@ -156,7 +156,7 @@ ORDER BY f.size DESC
156156
```
157157

158158

159-
### (Query 7)
159+
### Query 7
160160
List the 5 computing nodes with the greatest number of Preprocessing activity tasks that are consuming tuples that contain wind speed values greater than 70 Km/h.
161161

162162
```sql

0 commit comments

Comments
 (0)