0
這個查詢是否可以使用sql注入破解?sql注入sql匹配查詢
SELECT count(*) FROM mytable_fts where mytable_fts match ?
例如
SELECT COUNT(*)FROM mytable_fts其中mytable_fts比賽 「一」
我使用
SELECT count(*) FROM mytable_fts where mytable_fts match "a" OR 1==1
嘗試,但因爲它是因爲它會沒工作匹配參數。
可以任何機構給這個查詢SQL注入的例子?
我正在使用由sqlite提供的準備語句。 –
然後你很好走。 –