Welcome Guest, Not a member yet? Register   Sign In
Sous requête active record
#1

[eluser]Bloupies[/eluser]
Hello,

I want to do something like that in CI :

Code:
update table1
set columnName = "nice"
where columnName_id not in ( select columnName_id from table2);

Is this possible to do it under another ?
#2

[eluser]InsiteFX[/eluser]
db query




Theme © iAndrew 2016 - Forum software by © MyBB