UPDATE /saplom/lib_book SET BOOK_LENT_FLAKE = 'X' WHERE
bei WHERE soll aber ein Feld in der angegebenen Tabelle /saplom/lib_book mit einem Feld aus einer ANDEREN Tabelle verglichen werden. Wenn diese gleich sind soll das X gesetzt werden.
Theory is when you know something, but it doesn't work.
Practice is when something works, but you don't know why.
Programmers combine theory and practice: Nothing works and they don't know why.