summaryrefslogtreecommitdiff
path: root/other/curl/command/getprotool.sql
diff options
context:
space:
mode:
author董晓燕 <[email protected]>2021-06-03 09:55:45 +0000
committer董晓燕 <[email protected]>2021-06-03 09:55:45 +0000
commitac68e65f508799a0e555a240ae374d313a0a8d75 (patch)
tree2a339bbd8acd65e2fb235159cc9c5303ae5725b7 /other/curl/command/getprotool.sql
parent2f39b56d617e5fba2b8d73d81cd5e6d894f85352 (diff)
parent4667c668725ff7cb673c637a297c67283876d4d4 (diff)
Merge branch 'develop' into 'master'HEADmaster
Develop See merge request dongxiaoyan/gap_tsg_api!4
Diffstat (limited to 'other/curl/command/getprotool.sql')
-rw-r--r--other/curl/command/getprotool.sql14
1 files changed, 14 insertions, 0 deletions
diff --git a/other/curl/command/getprotool.sql b/other/curl/command/getprotool.sql
new file mode 100644
index 0000000..c75b155
--- /dev/null
+++ b/other/curl/command/getprotool.sql
@@ -0,0 +1,14 @@
+SELECT
+ group_id,
+ low_boundary,
+ region_name
+FROM
+ tsg_obj_app_id
+WHERE
+ is_valid = 1
+ AND region_name = 'http'
+ OR region_name = 'ssl'
+ OR region_name = 'dns'
+ OR region_name = 'ftp'
+ OR region_name = 'mail'
+ OR region_name = 'doh' \ No newline at end of file