1527. 患某种疾病的患者

1527. 患某种疾病的患者


题目链接:1527. 患某种疾病的患者

代码如下:

# Write your MySQL query statement below
select patient_id,patient_name,conditions
from Patients
where 
    conditions like "DIAB1%" 
    or conditions like "% DIAB1%"

相关推荐

最近更新

  1. TCP协议是安全的吗?

    2024-06-16 10:44:03       19 阅读
  2. 阿里云服务器执行yum,一直下载docker-ce-stable失败

    2024-06-16 10:44:03       19 阅读
  3. 【Python教程】压缩PDF文件大小

    2024-06-16 10:44:03       19 阅读
  4. 通过文章id递归查询所有评论(xml)

    2024-06-16 10:44:03       20 阅读

热门阅读

  1. springMVC中的注解

    2024-06-16 10:44:03       12 阅读
  2. GitHub每周最火火火项目(6.10-6.16)

    2024-06-16 10:44:03       11 阅读
  3. 从零开始!Jupyter Notebook的安装教程

    2024-06-16 10:44:03       10 阅读
  4. 基于YOLOv5的钢材表面缺陷检测

    2024-06-16 10:44:03       9 阅读
  5. RDF 简介

    2024-06-16 10:44:03       8 阅读
  6. python字符串篇进阶练习

    2024-06-16 10:44:03       9 阅读
  7. 数据结构之B树

    2024-06-16 10:44:03       8 阅读
  8. [xmake]构建静态库和动态库

    2024-06-16 10:44:03       9 阅读
  9. 什么是 WebXR Device API?

    2024-06-16 10:44:03       7 阅读
  10. LeetCode538.把二叉搜索树转换为累加树

    2024-06-16 10:44:03       14 阅读