需求模拟:
从业务表中取关键字:
根据关键字模糊查询内容, 符合条件返回整条:
sql模板:
select * from inf_order_evaluate as oe where oe.Content like CONCAT('%', (select PaintOrderTypeName from wor_paint_order_type where PaintOrderTypeId = 3), '%')
查询结果:
需求模拟:
从业务表中取关键字:
根据关键字模糊查询内容, 符合条件返回整条:
sql模板:
select * from inf_order_evaluate as oe where oe.Content like CONCAT('%', (select PaintOrderTypeName from wor_paint_order_type where PaintOrderTypeId = 3), '%')
查询结果:
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M