Blind SQL Injection occurs when a web application is vulnerable to SQL injection, but the results of the injection are not directly visible in the application's response. Instead, the attacker must ...
みたいな型が出てきます。 最初これ、 「True / False 入れるだけなのに、なんで2種類あるの?」 って思いました。 二択を保存するための箱です。 例えばこんなイメージ。 is_deleted is_active is_public みたいなカラム。 という話。 例えば MySQL。 実は MySQL には ...
プログラマやSEのみなさんは、 真理値 (真偽値) というものをご存じのことと思います。ほとんどの言語が持っている基本的なデータ型で、 数学者George Booleの名前にちなんで 「BOOL型」 とか 「BOOLEAN型」 とも呼ばれています。コンピュータを利用している ...
SELECT * from unencrypted_boolean where c2 = 'n' order by c1; DELETE FROM unencrypted_boolean where c2='1'; SELECT * from unencrypted_boolean order by c1; DELETE FROM unencrypted_boolean as alias_test ...