updating a mysql table based on a selection of table join and where clause

前端 未结 0 378
北恋
北恋 2020-12-05 11:47

I\'ve the following MYSQL

SELECT * FROM wwlassessments a 
LEFT JOIN wwlstatements s ON s.id=a.id
WHERE s.category=\'IPC\' && (a.ncYear=\'1\' || a.ncYe         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题