Line_Num
06-ZB-A23-475004-SHT1
10-ZB-A23-4750041-SHT2
2.5-ZB-A23-4750-SHT3
06-ZB-A23-475004-5H6-SHT13
Line_Num
06-ZB-A23-475004
10-ZB-A23-4750041
2.5-ZB-A23-4750
06-ZB-A23-475004-5H6
我使用了以下代码
更新文件名 SET line_num = REPLACE(line_num,'-SHT *','') 在哪里line_num像'%-SHT%';
但是它不起作用。谁能帮我这个忙。
更新文件名 SET line_num = REPLACE(line_num,'-SHT *','') 在哪里line_num像'%-SHT%';
答案 0 :(得分:0)
请尝试以下查询
showModalBottomSheet(
context: context,
builder: (context) {
return Container(
height: 100, // enter any height of your choice
color: Colors.blue,
child: YOUR_WIDGET,
);
},
);