Skip to content

Commit 206cc54

Browse files
committed
Fix: Correct Mermaid flowchart edge for poor_query_percentage calculation without NUMERIC cast
1 parent a61e983 commit 206cc54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SQL/Leetcode/Basic select/1211. Queries Quality and Percentage/Claude Sonnet 4.6 Extended/Queries_Quality_and_Percentage_postgresql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ flowchart TD
238238
A_F --> B
239239
B --> C & D
240240
C --> E
241-
D --> E
241+
D --> F
242242
E --> F
243243
F --> G
244244

0 commit comments

Comments
 (0)