![]() |
SQL Thread
I'm trying to convert a MsSQL Index to MySQL anyone know if there is "INCLUDE" and "WHERE" equivalents in mysql? I'm a bit of an index novice so any help appreciated
Code:
CREATE NONCLUSTERED INDEX [idx_filteredIndex] ON [dbo].[mainTable] |
I don't know the answer but im sure google does. The WHERE index is called a filtered or partial index. The INCLUDE index is a covering index.
|
| All times are GMT -4. The time now is 02:39 PM. |
Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
Copyright ? 2008-2020, Two Plus Two Interactive