Advanced Search
General query
Must have this phrase
Must not have this phrase
Minimum score
Date range
Established Posts and Answers
Posts
Answers
Comments
This is incorrect, the `group.Index` is the position of the start of the match group in the original text. Not the "index" of the group in the regex.
Score:
10
Date posted:
2/9/2015
View Comment
View Post
View User
`Group` is a keyword, you have to put backticks around it.
Score:
8
Date posted:
9/2/2014
View Comment
View Post
View User
`group` preserved keyword in `SQLite` so used different Name
Score:
7
Date posted:
7/1/2015
View Comment
View Post
View User
group is reserved keyword in `sql` so change table name `group` to something like `group_`
Score:
6
Date posted:
3/3/2016
View Comment
View Post
View User
`GROUP` is a reserved keyword - you need to escape it. `[Group]` in SQL Server `\`Group\`` in MySQL.
Score:
5
Date posted:
11/29/2016
View Comment
View Post
View User
1
© 2021 Search Overflow
Contributions licensed under
cc by-sa
Terms Of Service
Privacy Policy