Skip to content

Commit 13dad5e

Browse files
committed
Updated tag
1 parent f445e15 commit 13dad5e

File tree

1 file changed

+1
-1
lines changed
  • src/main/kotlin/g3401_3500/s3475_dna_pattern_recognition

1 file changed

+1
-1
lines changed

src/main/kotlin/g3401_3500/s3475_dna_pattern_recognition/script.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Write your MySQL query statement below
2-
# #Medium #2025_03_04_Time_645_ms_(100.00%)_Space_0.0_MB_(100.00%)
2+
# #Medium #Database #2025_03_06_Time_362_ms_(83.49%)_Space_0.0_MB_(100.00%)
33
WITH SampleAnalysisCte AS (
44
SELECT sample_id, dna_sequence, species,
55
dna_sequence REGEXP '^ATG' AS has_start,

0 commit comments

Comments
 (0)