摘要:
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv 阅读全文
摘要:
select * from stus where s_age=20; 还有and or运算符 between m and n n m之间 包含 n, m in (值列表) 在这个值列表之中 isnull 阅读全文