We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f445e15 commit 13dad5eCopy full SHA for 13dad5e
src/main/kotlin/g3401_3500/s3475_dna_pattern_recognition/script.sql
@@ -1,5 +1,5 @@
1
# Write your MySQL query statement below
2
-# #Medium #2025_03_04_Time_645_ms_(100.00%)_Space_0.0_MB_(100.00%)
+# #Medium #Database #2025_03_06_Time_362_ms_(83.49%)_Space_0.0_MB_(100.00%)
3
WITH SampleAnalysisCte AS (
4
SELECT sample_id, dna_sequence, species,
5
dna_sequence REGEXP '^ATG' AS has_start,
0 commit comments