SQL语句中字符串格式 #63
-
|
生成的sql中字符串可否用双引号括起来?例如select * from users where name="This is name" |
Beta Was this translation helpful? Give feedback.
Answered by
huanhuan6666
Feb 24, 2022
Replies: 1 comment
-
|
PPT上说用户名只能包含中文汉字和英文字符,所以不用考虑带空格的吧,自然也就不用双引号了 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
PPT上说用户名只能包含中文汉字和英文字符,所以不用考虑带空格的吧,自然也就不用双引号了