Commit d0496a0
Support old-style table hints after TABLESAMPLE clause
Handle syntax like: SELECT * FROM t1 tablesample (1000 rows)(nolock)
where table hints appear in parentheses without WITH keyword after
the TABLESAMPLE clause.
Enables: FromClauseTests90
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 20815bf commit d0496a0
2 files changed
Lines changed: 26 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2922 | 2922 | | |
2923 | 2923 | | |
2924 | 2924 | | |
| 2925 | + | |
| 2926 | + | |
| 2927 | + | |
| 2928 | + | |
| 2929 | + | |
| 2930 | + | |
| 2931 | + | |
| 2932 | + | |
| 2933 | + | |
| 2934 | + | |
| 2935 | + | |
| 2936 | + | |
| 2937 | + | |
| 2938 | + | |
| 2939 | + | |
| 2940 | + | |
| 2941 | + | |
| 2942 | + | |
| 2943 | + | |
| 2944 | + | |
| 2945 | + | |
| 2946 | + | |
| 2947 | + | |
| 2948 | + | |
| 2949 | + | |
2925 | 2950 | | |
2926 | 2951 | | |
2927 | 2952 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments