Write your SQL query to a file query.sql
using the schema name in all tables.
db2expln -database DATABASE -t -g -terminator ';' -f query.sql
The db2advis
can suggest some indices for the query:
db2advis -d DATABASE -i query.sql
Write your SQL query to a file query.sql
using the schema name in all tables.
db2expln -database DATABASE -t -g -terminator ';' -f query.sql
The db2advis
can suggest some indices for the query:
db2advis -d DATABASE -i query.sql
For further actions, you may consider blocking this person and/or reporting abuse
Akshay Joshi -
kohki_takatama -
Carlo van Overbeek -
McNamara Bland -
Top comments (0)