Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
sqlite データベースSelect 8の代わりに使用すると、結果はどうなりますか?Select *
Select 8
Select *
エラーが表示されないのはなぜですか?
あなたは何も悪いことをしていないので、エラーは表示されません。値「8」が返されるだけです
どこSelect 'Something' からともなく、SQL は 'Something' を返します。
Select 'Something'