摘要: 1 package com.common.util; 2 3 import java.io.File; 4 5 import java.io.FileInputStream; 6 7 import java.io.FileOutputStream; 8 9 import java.io.IOExce 阅读全文
posted @ 2022-08-25 18:24 🍒lychee.wang 阅读(99) 评论(0) 推荐(0) 编辑
摘要: SELECT *FROM table_nameWHERE id IN (a, b, c)ORDER BYCASE id WHEN a THEN 1 WHEN b THEN 2 WHEN c THEN 3 END; 阅读全文
posted @ 2022-08-25 16:17 🍒lychee.wang 阅读(75) 评论(0) 推荐(0) 编辑