建表
CREATE TABLE public.ellistest (id bigserial NOT NULL,"name" varchar null,primary key (id)
);插入数据 删除含有_线的数据
你会发现表被清空了
delete from ellistest where name like %_%原因 百分号(%)用于表示0、1或多个字符或数字。 下划线通配符…
文章目录 变量变量作用——用于存储和表示数据。变量命名规则命名法大驼峰小驼峰下划体n j i a x 通常作为临时变量使用 建议 变量种类全局变量(Global Variables)局部变量(Local Variables)静态变量(Static Variables…
Windows Registry Editor Version 5.00[HKEY_CURRENT_USER\Software\Policies\Google\Chrome]
"SuppressUnsupportedOSWarning"dword:00000001
如何关闭“若要接收后续 google chrome 更新,您需使用 windows 10 或更高版本” - 知乎