sqlquery1.sql
来自「在局域网中抓获各种数据包」· SQL 代码 · 共 12 行
SQL
12 行
create database test1
create table captor
(
src_ip text not null,
dst_ip text not null,
protocol text not null,
length text not null,
version text not null
)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?