Skip to main content
Use preformatted style for keyword WHERE
Source Link

You use a date format function in the whereWHERE clause.

This function then means that the query cannot use an index on the date column.

Removing the date format function in the whereWHERE clause will improve the performance of the query.

You use a date format function in the where clause.

This function then means that the query cannot use an index on the date column.

Removing the date format function in the where clause will improve the performance of the query.

You use a date format function in the WHERE clause.

This function then means that the query cannot use an index on the date column.

Removing the date format function in the WHERE clause will improve the performance of the query.

Get the logic presented better
Source Link
rolfl
  • 98.1k
  • 17
  • 220
  • 419

You use where clause ina date format function in the where clause.

DateThis function use then not workingmeans that the query cannot use an index on the date column.

So please use where clause withoutRemoving the date format function in the where clause will improve the performance of the query.

You use where clause in date function.

Date function use then not working index.

So please use where clause without date format

You use a date format function in the where clause.

This function then means that the query cannot use an index on the date column.

Removing the date format function in the where clause will improve the performance of the query.

Source Link

You use where clause in date function.

Date function use then not working index.

So please use where clause without date format