MySQL——select语句

select:

基本语法:select  列名 或 *  from  对象(表、视图...)

where:
    =
    >
    <
    <>  !=
    like ---->  like 'old%'
    ...

  

posted @ 2021-08-02 14:49  映辉  阅读(53)  评论(0)    收藏  举报