-21 6-21 ' as col from dualselect '6-20 6-20 6-20 6-20 6-20 ' from dualselect '6-9 6-96-96-96-96-96-9 ' from dual)Mon: 6-21, Tue: 6-21, Wed: 6-21, Thu: 6-21, Fri: 6-21, S
我正在尝试使用where子句优化select语句,以便只选择具有私有源IP地址和公共目标IP地址的行。我有两个类型为source_ip和destination_ip的列。.%' and text(destination_ip)~ E'^172\.((1[6-9])|(2[0-9])|(3[0-1]))\..+';
怎样才能使上面的where子句更有效
在一列中,我有"1;2;3;6-9“ 我需要将这个字符串放在这样的数组中(1,2,3,6,7,8,9) select range from my_table 返回 | range || 1;2;3;6-9 | 我需要跑步 select id from my_another_table where id in("1;2;3;6-9") | id |
|----|
for /r %i in (*) do type %i|findstr/n ^^|findstr " ^30[6-9]: black bluefor /r %i in(*) do type %i|findstr/n ^^|findstr " ^30[6-9]: black blue >>save.txt
我需要使用什么语法?