0
In sql "FROM" should be in caps or will take the input in smalls also?
2 odpowiedzi
+ 3
I think it is not case-sensitive.
So both are same..
+ 2
Using all capitals for SQL reserved words is traditional, but not required.
Be careful with matching case in field string values, however. Your SQL engine may be case-sensitive, depending on management settings.