Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Filtering DML Statements

    the column filtering solution is incomplete. consider this update statement:

    update tableA set name ='Jane',contactnumber='baddata' where id=8

    since column(name) comes up true, it still executes. column() doesn't mean only that...

Viewing post 1 (of 1 total)